mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
eclass/mysql-multilib-r1: Fix quoting in initial config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: mysql-multilib.eclass
|
||||
@@ -942,7 +942,7 @@ mysql-multilib-r1_pkg_config() {
|
||||
# --initialize-insecure will not set root password
|
||||
# --initialize would set a random one in the log which we don't need as we set it ourselves
|
||||
cmd=( "${EROOT}usr/sbin/mysqld" )
|
||||
initialize_options="--initialize-insecure '--init-file=${sqltmp}'"
|
||||
initialize_options="--initialize-insecure --init-file='${sqltmp}'"
|
||||
sqltmp="" # the initialize will take care of it
|
||||
else
|
||||
cmd=( "${EROOT}usr/share/mysql/scripts/mysql_install_db" )
|
||||
|
||||
Reference in New Issue
Block a user