diff options
| author | Sam James <sam@gentoo.org> | 2022-05-07 07:54:25 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-05-15 01:00:11 +0000 |
| commit | a869c04a831adce59d1162bbd87d1755e2faba12 (patch) | |
| tree | 16bd926d91903861b49e4d8bd5983762afdc4547 /dev-db/mysql/mysql-8.0.27.ebuild | |
| parent | 01ad1fecda61778081c5c1eaa051d7f6f2f4456c (diff) | |
| download | gentoo-a869c04a831adce59d1162bbd87d1755e2faba12.tar.gz gentoo-a869c04a831adce59d1162bbd87d1755e2faba12.tar.bz2 gentoo-a869c04a831adce59d1162bbd87d1755e2faba12.zip | |
dev-db/mysql: egrep -> grep -E
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.27.ebuild')
| -rw-r--r-- | dev-db/mysql/mysql-8.0.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.27.ebuild b/dev-db/mysql/mysql-8.0.27.ebuild index a6a52bcee87b..d59053a50265 100644 --- a/dev-db/mysql/mysql-8.0.27.ebuild +++ b/dev-db/mysql/mysql-8.0.27.ebuild @@ -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 |
