1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Use a command chain after the endlocal in python-wrap.bat to allow ndiff's exit

code to propagate.
This commit is contained in:
david
2009-02-05 01:39:02 +00:00
parent 230691bfdd
commit eaccd9175e

View File

@@ -30,6 +30,5 @@ if not exist "%PYTHON%" (
exit /B 1
)
"%PYTHON%" "%PROG%" %*
endlocal
rem This command chaining allows the exit code to propagate.
endlocal & "%PYTHON%" "%PROG%" %*