summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-02-24 19:29:49 +0100
committerAndy Polyakov <appro@openssl.org>2014-02-24 19:33:54 +0100
commitce3631015ebd7bbc046b71b2a4c906fabc2cb256 (patch)
tree7c72d70a393620946f308052fbfa397a64ccaabd
parent3ae1b53496acd3f25e9b9089ed5fb6000e41a557 (diff)
downloadopenssl-new-ce3631015ebd7bbc046b71b2a4c906fabc2cb256.tar.gz
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)
-rwxr-xr-xms/do_win64a.bat2
1 files changed, 1 insertions, 1 deletions
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