From: Andy Polyakov Date: Mon, 24 Feb 2014 18:29:49 +0000 (+0100) Subject: ms/do_win64a.bat: forward to NUL, not NUL:. X-Git-Tag: OpenSSL_1_0_2-beta2~324 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=efe835eb5aa5f0cf7804c211abea31a8febd1ae9;p=oweals%2Fopenssl.git ms/do_win64a.bat: forward to NUL, not NUL:. Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250 (cherry picked from commit 63aff3001ef6ba2ac376cd3f237fb0d0b3e77f30) --- diff --git a/ms/do_win64a.bat b/ms/do_win64a.bat index ff8b19ccfd..8768dc61be 100755 --- a/ms/do_win64a.bat +++ b/ms/do_win64a.bat @@ -1,6 +1,6 @@ perl util\mkfiles.pl >MINFO -cmd /c "nasm -f win64 -v" >NUL: 2>&1 +cmd /c "nasm -f win64 -v" >NUL 2>&1 if %errorlevel% neq 0 goto ml64 perl ms\uplink-x86_64.pl nasm > ms\uptable.asm