JBoss Native SVN: r2916 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2012-02-01 04:23:18 -0500 (Wed, 01 Feb 2012)
New Revision: 2916
Modified:
trunk/build/unix/buildtest.mod_cluster.sh
Log:
Typo.
Modified: trunk/build/unix/buildtest.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildtest.mod_cluster.sh 2012-01-31 16:53:43 UTC (rev 2915)
+++ trunk/build/unix/buildtest.mod_cluster.sh 2012-02-01 09:23:18 UTC (rev 2916)
@@ -98,7 +98,7 @@
fail=true
fi
ant -DBUILDTEST=Y -Dbuild_version=${build_version} -Droot=$root -Dbase.apache="${BASELOC}" stophttpd
- if [ $? -ne 0]; then
+ if [ $? -ne 0 ]; then
fail=true
echo "Can't stop httpd"
fi
12 years, 11 months