Commit a7462751 authored by tim@cane.mysql.fi's avatar tim@cane.mysql.fi

Portability fix.

parent 0c45c352
...@@ -137,7 +137,7 @@ case "$mode" in ...@@ -137,7 +137,7 @@ case "$mode" in
then echo " done" then echo " done"
fi fi
# delete lock for RedHat / SuSE # delete lock for RedHat / SuSE
if test -e /var/lock/subsys/mysql if test -f /var/lock/subsys/mysql
then then
rm /var/lock/subsys/mysql rm /var/lock/subsys/mysql
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment