[jboss-cvs] JBossAS SVN: r73787 - branches/JBPAPP_4_3_0_GA_JBPAPP-836/system/src/bin.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu May 29 06:31:28 EDT 2008
Author: skoussou at redhat.com
Date: 2008-05-29 06:31:27 -0400 (Thu, 29 May 2008)
New Revision: 73787
Modified:
branches/JBPAPP_4_3_0_GA_JBPAPP-836/system/src/bin/run.sh
Log:
JBPAPP-836: One-off Patch for JBPAPP-835
Modified: branches/JBPAPP_4_3_0_GA_JBPAPP-836/system/src/bin/run.sh
===================================================================
--- branches/JBPAPP_4_3_0_GA_JBPAPP-836/system/src/bin/run.sh 2008-05-29 10:24:51 UTC (rev 73786)
+++ branches/JBPAPP_4_3_0_GA_JBPAPP-836/system/src/bin/run.sh 2008-05-29 10:31:27 UTC (rev 73787)
@@ -30,7 +30,7 @@
eval SWITCH=\${$arg_count}
done
-if [ x${CONF_SPECIFIED} == "xfalse" ]
+if [ x${CONF_SPECIFIED} = "xfalse" ]
then
set -- "-c" ${JBOSSCONF} $@
fi
More information about the jboss-cvs-commits
mailing list