mirror of https://github.com/apache/maven.git
[MNG-3651] Fixing exit code for windows.
Submitted by: Napoleon Esmundo C. Ramirez git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@675432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a52d33141
commit
6faeb46c9e
|
@ -184,6 +184,6 @@ if "%MAVEN_BATCH_PAUSE%" == "on" pause
|
|||
|
||||
if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
|
||||
|
||||
exit /B %ERROR_CODE%
|
||||
cmd /C exit /B %ERROR_CODE%
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue