Skip to content

Commit

Permalink
- Reverting r14595 (r10048 is more important; Windows XP does not rep…
Browse files Browse the repository at this point in the history
…ort exit status if /B is used)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 31, 2012
1 parent d1efe07 commit 631a3b9
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 /b %RESULT%
exit %RESULT%

0 comments on commit 631a3b9

Please sign in to comment.