mirror of https://github.com/apache/maven.git
fix bootstrap on linux
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab24e2805c
commit
d69207adea
|
@ -45,6 +45,7 @@ unset M2_HOME
|
|||
java $MAVEN_OPTS -jar bootstrap/bootstrap-installer/target/bootstrap-installer.jar --prefix=$PREFIX $ARGS
|
||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||
M2_HOME=$OLD_M2_HOME
|
||||
export M2_HOME
|
||||
|
||||
ARGS=$ORIG_ARGS
|
||||
|
||||
|
|
Loading…
Reference in New Issue