1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed --no-defaults in installation

Build-tools/Do-compile:
  Fixed missing --no-defaults
scripts/mysql_install_db.sh:
  Fixed --no-defaults
This commit is contained in:
unknown
2000-09-08 08:45:56 +02:00
parent 9dd68559a2
commit 1dc6a46936
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ do
;;
--force) force=1
;;
--no-defaults=*) defaults="$1"; CONFIG_FILES=/nonexistent
--no-defaults) defaults="$1"; CONFIG_FILES=/nonexistent
;;
--defaults-file=*) defaults="$1"; CONFIG_FILES="$eqvalue"
;;