mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
estack.eclass: Fix typo in comment.
Fixes: d2cb9490db
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user