Author: dejanb
Date: Thu Nov 11 17:33:52 2010
New Revision: 1034005
URL: http://svn.apache.org/viewvc?rev=1034005&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2453 - /bin/sh version of the
script
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=1034005&r1=1034004&r2=1034005&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/activemq (original)
+++ activemq/trunk/assembly/src/release/bin/activemq Thu Nov 11 17:33:52 2010
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# ------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
@@ -527,7 +527,7 @@ invoke_stop(){
if (checkRunning);then
sleep 1
- echo -n "."
+ echo ".\c"
else
echo " FINISHED"
FOUND="1"