diff --git a/Compiler/scripts/Compile.bat b/Compiler/scripts/Compile.bat index 6a65f3aaf9d..0cfaaa926cc 100755 --- a/Compiler/scripts/Compile.bat +++ b/Compiler/scripts/Compile.bat @@ -44,4 +44,4 @@ goto :Final set RESULT=%ERRORLEVEL% set PATH=%OLD_PATH% set OLD_PATH= -exit %RESULT% \ No newline at end of file +exit /b %RESULT% \ No newline at end of file