Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 26 Nov 2019 19:29:28
Message-Id: 1574796514.9ccdb48174f34882887645ddb7328bbaf76278d8.ulm@gentoo
1 commit: 9ccdb48174f34882887645ddb7328bbaf76278d8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 19:28:34 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 19:28:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccdb481
7
8 estack.eclass: Fix typo in comment.
9
10 Fixes: d2cb9490dbee48a32f196d1aa80d7356a99d9fd8
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 eclass/estack.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/estack.eclass b/eclass/estack.eclass
17 index 2aa6f366dc1..3f444ee3b70 100644
18 --- a/eclass/estack.eclass
19 +++ b/eclass/estack.eclass
20 @@ -155,7 +155,7 @@ evar_pop() {
21 # @CODE
22 eshopts_push() {
23 # Save both "shopt" and "set -o" option sets, because otherwise
24 - # restoring noglob would disable expand_aliases by side effect. #662586
25 + # restoring posix would disable expand_aliases by side effect. #662586
26 estack_push eshopts "$(shopt -p -o) $(shopt -p)"
27 if [[ $1 == -[su] ]] ; then
28 [[ $# -le 1 ]] && return 0