Author: jfrederic.clere(a)jboss.com
Date: 2009-02-10 16:09:04 -0500 (Tue, 10 Feb 2009)
New Revision: 2275
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
Make sure that spaces are not taken as 2 tasks.
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-02-10 20:32:49 UTC (rev 2274)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-02-10 21:09:04 UTC (rev 2275)
@@ -132,13 +132,13 @@
BASELOC=`pwd`
if [ ! -f ${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT} ]
then
- ant downloadfile -Dsourcefile=${TARBALL}
-Ddestfile=${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT} -Ddestdir=$BASELOC
+ ant downloadfile -Dsourcefile=${TARBALL}
-Ddestfile=${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT} -Ddestdir="$BASELOC"
fi
else
if [ "x${BUILDTEST}" = "x" ]
then
rm -f ${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT}
- ant downloadfile -Dsourcefile=${TARBALL}
-Ddestfile=${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT} -Ddestdir=$BASELOC
+ ant downloadfile -Dsourcefile=${TARBALL}
-Ddestfile=${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT} -Ddestdir="$BASELOC"
else
echo "Using $root"
EXT=file
Show replies by date