/[Apache-SVN]/maven/components/trunk/m2-bootstrap-all.sh
ViewVC logotype

Diff of /maven/components/trunk/m2-bootstrap-all.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- maven/components/trunk/m2-bootstrap-all.sh	2005/05/09 11:37:31	169292
+++ maven/components/trunk/m2-bootstrap-all.sh	2005/05/09 11:38:38	169293
@@ -6,6 +6,7 @@
 JAVACMD=$JAVA_HOME/bin/java
 
 ARGS="$@"
+ORIG_ARGS="$ARGS"
 
 # OS specific support.  $var _must_ be set to either true or false.
 cygwin=false;
@@ -64,7 +65,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret
   echo
   echo "Running maven-core integration tests ..."
   echo 
-  ./maven-core-it.sh $ARGS
+  ./maven-core-it.sh "$ORIG_ARGS"
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 )
 ret=$?; if [ $ret != 0 ]; then exit $ret; fi

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26