estack.eclass: Fix typo in comment.

Fixes: d2cb9490db
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2019-11-26 20:28:34 +01:00
parent 2844029a73
commit 9ccdb48174

View File

@@ -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