mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
ms/do_win64a.bat: forward to NUL, not NUL:.
Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250
This commit is contained in:
parent
779c51c644
commit
63aff3001e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user