[MPlayer-dev-eng] [PATCH] Depend on bio2jack version 0.2

ismail dönmez ismail.donmez at gmail.com
Tue Aug 10 20:53:59 CEST 2004


> And gets them rejected again..
> 
> Why use
> 
> +        if ( ( test ! `bio2jack-config --version|cut -d"." -f2` -ge "2" ) ) ; then
> 
> if
> 
> +        if ( ( test ! `bio2jack-config --version` -ge "0.2" ) ) ; then
> 
> will do?  Your version will not accept version 1.0 or 1.1 etc.
> 

I am rejecting your reject :

cartman at southpark:~$  test ! `bio2jack-config --version` -ge "0.2"
-bash: test: 0.2: integer expression expected

Cheers,
ismail

-- 
Time is what you make of it




More information about the MPlayer-dev-eng mailing list