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:
@ -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"
|
||||
|
Reference in New Issue
Block a user