diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-16 13:41:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-16 13:41:25 +0100 |
commit | bc501129c389446f47e98f759f8bb140966240af (patch) | |
tree | bf34a7070cf1851b45f17eb6faed883ee2908b6f /eclass | |
parent | bb5caf02fffada276b5aa598b3b6faea88ca0784 (diff) |
gentoo auto-resync : 16:06:2023 - 13:41:25
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37812 -> 37812 bytes | |||
-rw-r--r-- | eclass/estack.eclass | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 47405c34f066..fe77149b4e52 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/estack.eclass b/eclass/estack.eclass index c0823adb03f7..d00c931e117d 100644 --- a/eclass/estack.eclass +++ b/eclass/estack.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: estack.eclass @@ -156,7 +156,7 @@ evar_pop() { eshopts_push() { # Save both "shopt" and "set -o" option sets, because otherwise # restoring posix would disable expand_aliases by side effect. #662586 - estack_push eshopts "$(shopt -p -o) $(shopt -p)" + estack_push eshopts "$(shopt -p -o; shopt -p)" if [[ $1 == -[su] ]] ; then [[ $# -le 1 ]] && return 0 shopt "$@" || die "${FUNCNAME}: bad options to shopt: $*" |