mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
fix for wrong use of shell test
This commit is contained in:
parent
abb8268f3a
commit
00e930b1a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue