Author: jmesnil
Date: 2009-12-11 05:08:41 -0500 (Fri, 11 Dec 2009)
New Revision: 8671
Modified:
trunk/src/bin/run.sh
Log:
HORNETQ-224: run.sh script print out wrong stars lines
* added quotes to echo
Modified: trunk/src/bin/run.sh
===================================================================
--- trunk/src/bin/run.sh 2009-12-11 09:53:47 UTC (rev 8670)
+++ trunk/src/bin/run.sh 2009-12-11 10:08:41 UTC (rev 8671)
@@ -17,7 +17,7 @@
CLASSPATH=$i:$CLASSPATH
done
-echo ***********************************************************************************
+echo
"***********************************************************************************"
echo "java $JVM_ARGS -classpath $CLASSPATH
org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME"
-echo ***********************************************************************************
+echo
"***********************************************************************************"
java $JVM_ARGS -classpath $CLASSPATH -Dcom.sun.management.jmxremote
org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME
\ No newline at end of file
Show replies by date