commit: 9d4f77ae93cdf2ec75778f397cc6744f44728423
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 06:55:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:00:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4f77ae
app-text/texlive-core: egrep -> grep -E
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/texlive-core/texlive-core-2021-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/texlive-core/texlive-core-2021-r1.ebuild
b/app-text/texlive-core/texlive-core-2021-r1.ebuild
index 2e6969f775e4..7c256aa5427a 100644
--- a/app-text/texlive-core/texlive-core-2021-r1.ebuild
+++ b/app-text/texlive-core/texlive-core-2021-r1.ebuild
@@ -268,7 +268,7 @@ src_compile() {
cd "${B}" || die
# Mimic updmap --syncwithtrees to enable only fonts installed
# Code copied from updmap script
- for i in `egrep '^(Mixed|Kanji)?Map' "texmf-dist/web2c/updmap.cfg" |
sed 's@.* @@'`; do
+ for i in `grep -E '^(Mixed|Kanji)?Map' "texmf-dist/web2c/updmap.cfg" |
sed 's@.* @@'`; do
texlive-common_is_file_present_in_texmf "${i}" || echo "${i}"
done > "${T}/updmap_update"
{