From 9ccdb48174f34882887645ddb7328bbaf76278d8 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 26 Nov 2019 20:28:34 +0100 Subject: estack.eclass: Fix typo in comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: d2cb9490dbee48a32f196d1aa80d7356a99d9fd8 Signed-off-by: Ulrich Müller --- eclass/estack.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad