mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
230691bfdd
commit
eaccd9175e
1 changed files with 2 additions and 3 deletions
|
|
@ -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%" %*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue