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:
@@ -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%" %*
|
||||
|
||||
Reference in New Issue
Block a user