[jboss-cvs] JBossAS SVN: r73786 - branches/JBPAPP_4_2_0_GA_CP/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 29 06:24:51 EDT 2008


Author: skoussou at redhat.com
Date: 2008-05-29 06:24:51 -0400 (Thu, 29 May 2008)
New Revision: 73786

Modified:
   branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.sh
Log:
JBPAPP-835

Modified: branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.sh
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.sh	2008-05-29 10:13:07 UTC (rev 73785)
+++ branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.sh	2008-05-29 10:24:51 UTC (rev 73786)
@@ -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