From 47a38b2fdbd3b1803b586496dc5700432d003d87 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Aug 2003 10:09:23 +0200 Subject: - fixed BUG#968 ("test: argument expected" error) - thanks to Alex Kiernan for the patch --- scripts/mysql_fix_privilege_tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mysql_fix_privilege_tables.sh') diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh index 526b7ac91b3..7ba42e560bb 100644 --- a/scripts/mysql_fix_privilege_tables.sh +++ b/scripts/mysql_fix_privilege_tables.sh @@ -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" -- cgit v1.2.1