commit: 17d2932ad68bf7ada21cbba5283db8d027a8c84e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 01:01:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:02:45 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=17d2932a
portageq: egrep -> grep -E
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/portageq | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/portageq b/bin/portageq
index a4ee319a0..6d12c98dd 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -935,7 +935,7 @@ docstrings[
"envvar"
] = """<variable>+
Returns a specific environment variable as exists prior to ebuild.sh.
- Similar to: emerge --verbose --info | egrep '^<variable>='
+ Similar to: emerge --verbose --info | grep -E '^<variable>='
"""
envvar.__doc__ = docstrings["envvar"]