summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 760ece5aaed..7e1f6217b7b 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -215,7 +215,7 @@ then
then
mysqld_opt="--language=$srcdir/sql/share/english"
else
- mysqld_opt="./sql/share/english"
+ mysqld_opt="--language=./sql/share/english"
fi
fi