You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/11/12 13:37:25 UTC

svn commit: r1034377 - /activemq/trunk/assembly/src/release/bin/activemq

Author: dejanb
Date: Fri Nov 12 12:37:25 2010
New Revision: 1034377

URL: http://svn.apache.org/viewvc?rev=1034377&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2453 - using printf instead fo echo

Modified:
    activemq/trunk/assembly/src/release/bin/activemq

Modified: activemq/trunk/assembly/src/release/bin/activemq
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/bin/activemq?rev=1034377&r1=1034376&r2=1034377&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/activemq (original)
+++ activemq/trunk/assembly/src/release/bin/activemq Fri Nov 12 12:37:25 2010
@@ -513,7 +513,7 @@ invoke_stop(){
        COMMANDLINE_ARGS="$COMMANDLINE_ARGS $ACTIVEMQ_SUNJMX_CONTROL"
        invokeJar "stop"
        RET="$?"
-       echo "INFO: Waiting at least $ACTIVEMQ_KILL_MAXSECONDS seconds for regular process termination of pid '$(cat $ACTIVEMQ_PIDFILE)' : \c"
+       echo "INFO: Waiting at least $ACTIVEMQ_KILL_MAXSECONDS seconds for regular process termination of pid '$(cat $ACTIVEMQ_PIDFILE)' : "
        FOUND="0"
        i=1
        while [ $i != $ACTIVEMQ_KILL_MAXSECONDS ]; do
@@ -528,7 +528,7 @@ invoke_stop(){
         
          if (checkRunning);then
             sleep 1
-            echo  ".\c"
+            printf  "."
          else
             echo " FINISHED"
             FOUND="1"