Skip to content

Commit

Permalink
ms/do_win64a.bat: forward to NUL, not NUL:.
Browse files Browse the repository at this point in the history
Allegedly formwarding to NUL: sometimes creates NUL file in file
system.

PR: 3250
  • Loading branch information
Andy Polyakov committed Feb 24, 2014
1 parent 779c51c commit 63aff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms/do_win64a.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 63aff30

Please sign in to comment.