[jboss-cvs] JBossAS SVN: r71008 - trunk/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 11:44:07 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-19 11:44:06 -0400 (Wed, 19 Mar 2008)
New Revision: 71008

Modified:
   trunk/main/src/bin/run.sh
Log:
JBAS-5240: rollback Mladen's quote fix to JAVA_OPTS

Modified: trunk/main/src/bin/run.sh
===================================================================
--- trunk/main/src/bin/run.sh	2008-03-19 15:18:26 UTC (rev 71007)
+++ trunk/main/src/bin/run.sh	2008-03-19 15:44:06 UTC (rev 71008)
@@ -208,7 +208,7 @@
 while true; do
    if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "x" ]; then
       # Execute the JVM in the foreground
-      "$JAVA" "$JAVA_OPTS" \
+      "$JAVA" $JAVA_OPTS \
          -Djboss.java.opts="$JAVA_OPTS" \
          -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \
          -classpath "$JBOSS_CLASSPATH" \




More information about the jboss-cvs-commits mailing list