1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

for the patch
This commit is contained in:
lenz@mysql.com
2003-08-01 10:09:23 +02:00
parent 5c1ce3c1fe
commit 216ca1e15d

View File

@ -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"