Skip to content

Commit

Permalink
do not remove /B from exit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Feb 16, 2006
1 parent 819821a commit f1c7141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/scripts/Compile.bat
Expand Up @@ -7,4 +7,4 @@ popd
mingw32-make -f %1.makefile >%1.log 2<&1
set RESULT=%ERRORLEVEL%
set PATH=%OLDPATH%
exit %RESULT%
exit /B %RESULT%

0 comments on commit f1c7141

Please sign in to comment.