diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/estack.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |