Skip to content

Commit

Permalink
Reset ERRORLEVEL and RC in lein.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
winks committed Nov 15, 2015
1 parent 98379a9 commit e2c2575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/lein.bat
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ setLocal DisableDelayedExpansion
set "TRAMPOLINE_FILE=%TEMP%\lein-trampoline-%RANDOM%.bat"
del "%TRAMPOLINE_FILE%" >nul 2>&1

set ERRORLEVEL=
set RC=0
"%LEIN_JAVA_CMD%" -client %LEIN_JVM_OPTS% ^
-Dclojure.compile.path="%DIR_CONTAINING%/target/classes" ^
-Dleiningen.original.pwd="%ORIGINAL_PWD%" ^
Expand Down

0 comments on commit e2c2575

Please sign in to comment.