mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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"
|
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"
|
||||||
|
Reference in New Issue
Block a user