mirror of https://github.com/apache/maven.git
[MNG-5963] mvn.cmd does not return ERROR_CODE
This commit is contained in:
parent
842b07be97
commit
1bc69ff93e
|
@ -46,9 +46,6 @@ if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
|
|||
|
||||
set ERROR_CODE=0
|
||||
|
||||
@REM To isolate internal variables from possible post scripts, we use another setlocal
|
||||
@setlocal
|
||||
|
||||
@REM ==== START VALIDATION ====
|
||||
if not "%JAVA_HOME%" == "" goto OkJHome
|
||||
|
||||
|
|
Loading…
Reference in New Issue