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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

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%