fix for wrong use of shell test

This commit is contained in:
tomas@poseidon.ndb.mysql.com 2004-10-20 15:56:57 +00:00
parent 42541dad47
commit 0e114cc7e6

View file

@ -205,7 +205,7 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
fi
done
kill_pids=$new_kill_pid
if [ "$kill_pids" == "" ] ; then
if [ -z "$kill_pids" ] ; then
break
fi
sleep 1