On Fri, Jan 04, 2008, Guenter Knauf wrote:

> Hi Andy,
> > therefore I'd suggest to modify this to catch the stderr output:
> >
> >     my $ver=`nasm -v 2>NULL`;
> >     my $vew=`nasmw -v 2>NULL`;
> >     # pick newest version
> >     $asm=($ver gt $vew?"nasm":"nasmw")." -f win32";
> 
> sorry, of course should be:
>       my $ver=`nasm -v 2>NUL`;
>       my $vew=`nasmw -v 2>NUL`;
> 

Done.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to