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:
Jason van Zyl 2005-12-23 04:41:42 +00:00
parent 680115310d
commit 7759c9a336
1 changed files with 1 additions and 1 deletions

View File

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