Author: jfrederic.clere(a)jboss.com
Date: 2008-12-15 11:26:57 -0500 (Mon, 15 Dec 2008)
New Revision: 2150
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
Allow spaces in the BASELOC.
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2008-12-12 17:08:15 UTC (rev 2149)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2008-12-15 16:26:57 UTC (rev 2150)
@@ -107,7 +107,7 @@
#
http://hudson.qa.jboss.com/hudson/view/Native/job/mod_cluster-linux-x86_6...
#
http://hudson.qa.jboss.com/hudson/view/Native/job/mod_cluster-solaris-x86...
TARBALL=http://hudson.qa.jboss.com/hudson/view/Native/job/${BASE}/lastSuc...
-BASELOC=`ant base | grep echo | awk '{ print $2 }'`
+BASELOC=`ant base | grep echo | sed 's:\[echo\]::' | sed 's:^ *::'`
rm -f ${PACKAGE}-${BUILD_SYS}-${BUILD_CPU}.${EXT}
wget ${TARBALL}
TARBALL=`pwd`/${PACKAGE}-${BUILD_SYS}-${BUILD_CPU}.${EXT}