[MPlayer-dev-eng] [PATCH] configure fix to allow expand commands
Attila Kinali
attila at kinali.ch
Sun Sep 19 08:52:50 CEST 2004
On Thu, Jul 29, 2004 at 03:53:26PM +0200, eviv bulgroz wrote:
> On my system with -x expand command set, I get the following:
> $ set -x; ver=`(gcc -dumpversion ) 2>&1`; set +x
> ...
>
> $ echo $ver
> ++ gcc -dumpversion 3.4.1
>
> !!!
> To get a proper $ver value you have to do instead:
> $ set -x; ver=`(gcc -dumpversion) 2>/dev/null`; set +x
> ...
>
> $ echo $ver
> 3.4.1
>
> Here is a minimal fix to allow expand command in configure
> Please apply, thanks,
Could someone please comment this patch ?
Attila Kinali
More information about the MPlayer-dev-eng
mailing list