mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/mysql: egrep -> grep -E
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1147,7 +1147,7 @@ pkg_config() {
|
||||
log-slave-updates \
|
||||
; do
|
||||
optexp="--(skip-)?${opt}" optfull="--loose-skip-${opt}"
|
||||
egrep -sq -- "${optexp}" "${helpfile}" && mysqld_options+=( "${optfull}" )
|
||||
grep -E -sq -- "${optexp}" "${helpfile}" && mysqld_options+=( "${optfull}" )
|
||||
done
|
||||
|
||||
# Prepare timezones, see
|
||||
|
||||
@@ -1084,7 +1084,7 @@ pkg_config() {
|
||||
log-slave-updates \
|
||||
; do
|
||||
optexp="--(skip-)?${opt}" optfull="--loose-skip-${opt}"
|
||||
egrep -sq -- "${optexp}" "${helpfile}" && mysqld_options+=( "${optfull}" )
|
||||
grep -E -sq -- "${optexp}" "${helpfile}" && mysqld_options+=( "${optfull}" )
|
||||
done
|
||||
|
||||
# Prepare timezones, see
|
||||
|
||||
Reference in New Issue
Block a user