summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-07 07:55:16 +0100
committerSam James <sam@gentoo.org>2022-05-15 01:00:15 +0000
commit9d4f77ae93cdf2ec75778f397cc6744f44728423 (patch)
treee7361ca2b1703cf81c229890adbca4f739b09585 /app-text/texlive-core
parentsys-kernel/linux-headers: egrep -> grep -E (diff)
downloadgentoo-9d4f77ae93cdf2ec75778f397cc6744f44728423.tar.gz
gentoo-9d4f77ae93cdf2ec75778f397cc6744f44728423.tar.bz2
gentoo-9d4f77ae93cdf2ec75778f397cc6744f44728423.zip
app-text/texlive-core: egrep -> grep -E
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r--app-text/texlive-core/texlive-core-2021-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"
{