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:
Brett Leslie Porter 2005-11-20 00:14:46 +00:00
parent ab24e2805c
commit d69207adea
1 changed files with 1 additions and 0 deletions

View File

@ -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