commit: 9ccdb48174f34882887645ddb7328bbaf76278d8
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 19:28:34 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 19:28:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccdb481
estack.eclass: Fix typo in comment.
Fixes: d2cb9490dbee48a32f196d1aa80d7356a99d9fd8
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/estack.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/estack.eclass b/eclass/estack.eclass
index 2aa6f366dc1..3f444ee3b70 100644
--- a/eclass/estack.eclass
+++ b/eclass/estack.eclass
@@ -155,7 +155,7 @@ evar_pop() {
# @CODE
eshopts_push() {
# Save both "shopt" and "set -o" option sets, because otherwise
- # restoring noglob would disable expand_aliases by side effect. #662586
+ # restoring posix would disable expand_aliases by side effect. #662586
estack_push eshopts "$(shopt -p -o) $(shopt -p)"
if [[ $1 == -[su] ]] ; then
[[ $# -le 1 ]] && return 0