Commit 216ca1e1 authored by lenz@mysql.com's avatar lenz@mysql.com

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

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