Skip to content

Commit

Permalink
Compile.bat: exit /b exits only from batch file and does not close th…
Browse files Browse the repository at this point in the history
…e cmd.exe when run on its own

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14595 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Christian SChubert committed Dec 30, 2012
1 parent 35da308 commit 7da6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/scripts/Compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ goto :Final
set RESULT=%ERRORLEVEL%
set PATH=%OLD_PATH%
set OLD_PATH=
exit %RESULT%
exit /b %RESULT%

0 comments on commit 7da6cfa

Please sign in to comment.