mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Portability fixes
mysql-test/mysql-test-run.sh: Avoid 'too many arguments' error mysql-test/t/system_mysql_db_fix-master.opt: Add missing newline scripts/mysql_fix_privilege_tables.sh: Portability fix
This commit is contained in:
@@ -42,7 +42,7 @@ database="mysql"
|
||||
bindir="@bindir@"
|
||||
|
||||
# Old format where there is only one argument and it's the password
|
||||
if test "$#" == 1
|
||||
if test "$#" = 1
|
||||
then
|
||||
case "$1" in
|
||||
--*) ;;
|
||||
|
||||
Reference in New Issue
Block a user