Fixed exit code passing on Windows XP

This commit is contained in:
Evgeny Gerashchenko
2013-12-05 21:24:11 +03:00
parent ee554d2e2f
commit 50bea726ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ if "%_PROFILE_PRELOADER%"=="time" (
org.jetbrains.jet.preloading.Preloader "%_KOTLIN_HOME%\lib\kotlin-compiler.jar;%_KOTLIN_HOME%\lib\kotlin-runtime.jar" ^
org.jetbrains.jet.cli.js.K2JSCompiler 4096 %_PROFILE_PRELOADER% %*
)
EXIT /B %ERRORLEVEL%
exit %ERRORLEVEL%
goto end
rem ##########################################################################
+1 -1
View File
@@ -42,7 +42,7 @@ if "%_PROFILE_PRELOADER%"=="time" (
org.jetbrains.jet.preloading.Preloader "%_KOTLIN_HOME%\lib\kotlin-compiler.jar;%_KOTLIN_HOME%\lib\kotlin-runtime.jar" ^
org.jetbrains.jet.cli.jvm.K2JVMCompiler 4096 %_PROFILE_PRELOADER% %*
)
EXIT /B %ERRORLEVEL%
exit %ERRORLEVEL%
goto end
rem ##########################################################################