Author: jfrederic.clere(a)jboss.com
Date: 2012-09-11 03:21:42 -0400 (Tue, 11 Sep 2012)
New Revision: 2964
Modified:
trunk/build/unix/buildsrc.cluster.sh
Log:
typo.
Modified: trunk/build/unix/buildsrc.cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.cluster.sh 2012-09-11 07:07:12 UTC (rev 2963)
+++ trunk/build/unix/buildsrc.cluster.sh 2012-09-11 07:21:42 UTC (rev 2964)
@@ -48,7 +48,7 @@
URLBASE=http://github.com/modcluster/mod_cluster/tarball/master
;;
*)
- URLBASE=
http://github.com/modcluster/mod_cluster/tarball/${tag}
+
URLBASE=http://github.com/modcluster/mod_cluster/tarball/${tag}
;;
esac
else
@@ -68,7 +68,7 @@
echo "$tag using $URLBASE"
(cd $package_src_dir/srclib
-if [ $USE_GIT ]; then
+if [ $USE_GIT ]; then
wget ${URLBASE}
gzip -d $tag | tar xvf -
mod_cluster_dir=`ls | grep modcluster-mod_cluster`