git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1034005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-11-11 17:33:52 +00:00
parent 52aaa0a7f3
commit e214256bec
1 changed files with 2 additions and 2 deletions

View File

@ -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"