[jboss-cvs] JBossAS SVN: r57514 - branches/Branch_4_0/system/src/bin

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 9 14:16:02 EDT 2006


Author: dimitris at jboss.org
Date: 2006-10-09 14:16:00 -0400 (Mon, 09 Oct 2006)
New Revision: 57514

Modified:
   branches/Branch_4_0/system/src/bin/run.sh
Log:
JBAS-3748, allow run.sh to run in the background properly.

Modified: branches/Branch_4_0/system/src/bin/run.sh
===================================================================
--- branches/Branch_4_0/system/src/bin/run.sh	2006-10-09 17:41:36 UTC (rev 57513)
+++ branches/Branch_4_0/system/src/bin/run.sh	2006-10-09 18:16:00 UTC (rev 57514)
@@ -168,7 +168,7 @@
 echo "========================================================================="
 echo ""
 
-while [ true ]; do
+while true; do
    if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "x" ]; then
       # Execute the JVM in the foreground
       "$JAVA" $JAVA_OPTS \




More information about the jboss-cvs-commits mailing list