Author: jfrederic.clere(a)jboss.com
Date: 2014-09-10 04:21:57 -0400 (Wed, 10 Sep 2014)
New Revision: 3374
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
typo.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-09-09 16:08:43 UTC (rev 3373)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-09-10 08:21:57 UTC (rev 3374)
@@ -217,7 +217,7 @@
fi
# hp-ux-9000_800 can't relocate libraries so we really install them twice...
-if [ $BUILD_TAG == "hpux-parisc2" ]; then
+if [ $BUILD_TAG = "hpux-parisc2" ]; then
echo "hpux-parisc2... Pfff installing in /opt/jboss/httpd"
rm -rf /opt/jboss/httpd
make install
Show replies by date