1
0
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:
unknown
2004-04-30 00:14:56 +03:00
parent b7468a97a2
commit f4b02f9937
3 changed files with 3 additions and 3 deletions

View File

@@ -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
--*) ;;