Niels Poppe wrote:
> 
> Ulf Möller wrote:
> >
[..]
> 
> I prefer to work around these (broken?) shells, have them do it
> like it was meant in the first place:
> 
> GCCVER=`sh -c "gcc -v" 2>&1`

or even better, to avoid a possible /usr/local/bin/sh 
doing things different from /bin/sh

GCCVER=`(gcc -v) 2>&1`

Is that portable :-?
-- 
Niels Poppe - org.net bv <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to