1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

for the patch
This commit is contained in:
unknown
2003-08-01 10:09:23 +02:00
parent 2d413d3c6f
commit 47a38b2fdb

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"