waf.bat: fix strange ERRORLEVEL bug

This commit is contained in:
Alibek Omarov
2019-05-23 22:28:35 +03:00
committed by GitHub
parent 67ce4cfbef
commit 74062fab12

View File

@@ -96,5 +96,6 @@ goto running
@echo Using %PYTHON%
"%PYTHON%" -x "%~dp0waf" %* & Endlocal & exit /b %ERRORLEVEL%
"%PYTHON%" -x "%~dp0waf" %*
Endlocal
exit /b %ERRORLEVEL%