2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-19 00:17:11 +01:00

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

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%