fix for wrong use of shell test

This commit is contained in:
unknown 2004-10-20 15:56:57 +00:00
commit 00e930b1a2

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