Commit 47a38b2f authored by unknown's avatar unknown

- fixed BUG#968 ("test: argument expected" error) - thanks to Alex Kiernan

   for the patch

parent 2d413d3c
......@@ -4,7 +4,7 @@ root_password="$1"
host="localhost"
user="root"
if test -z $1 ; then
if test -z "$1" ; then
cmd="@bindir@/mysql -f --user=$user --host=$host mysql"
else
root_password="$1"
......
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