waf.bat: fix strange ERRORLEVEL bug
This commit is contained in:
parent
67ce4cfbef
commit
74062fab12
1 changed files with 3 additions and 2 deletions
5
waf.bat
5
waf.bat
|
@ -96,5 +96,6 @@ goto running
|
||||||
|
|
||||||
@echo Using %PYTHON%
|
@echo Using %PYTHON%
|
||||||
|
|
||||||
"%PYTHON%" -x "%~dp0waf" %* & Endlocal & exit /b %ERRORLEVEL%
|
"%PYTHON%" -x "%~dp0waf" %*
|
||||||
|
Endlocal
|
||||||
|
exit /b %ERRORLEVEL%
|
||||||
|
|
Loading…
Add table
Reference in a new issue