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%" %*