From: Ulrich Müller Date: Tue, 26 Nov 2019 19:28:34 +0000 (+0100) Subject: estack.eclass: Fix typo in comment. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9ccdb48174f34882887645ddb7328bbaf76278d8;p=gentoo.git estack.eclass: Fix typo in comment. Fixes: d2cb9490dbee48a32f196d1aa80d7356a99d9fd8 Signed-off-by: Ulrich Müller --- diff --git a/eclass/estack.eclass b/eclass/estack.eclass index 2aa6f366dc12..3f444ee3b70b 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