mirror of https://github.com/apache/maven.git
o fixing little typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
680115310d
commit
7759c9a336
|
@ -57,7 +57,7 @@ export M2_HOME
|
|||
ARGS=$ORIG_ARGS
|
||||
|
||||
(
|
||||
# TODO: should w ebe going back to the mini now that we have the real thing?
|
||||
# TODO: should we be going back to the mini now that we have the real thing?
|
||||
cd maven-core-it-verifier
|
||||
$JAVACMD $MAVEN_OPTS -jar ../bootstrap/$BOOTSTRAP_JAR package $ARGS
|
||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||
|
|
Loading…
Reference in New Issue