Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475284 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/eselect.in (-3 / +1 lines)
Lines 56-64 shopt -s extglob Link Here
56
shopt -s expand_aliases
56
shopt -s expand_aliases
57
57
58
# Save stderr file descriptor
58
# Save stderr file descriptor
59
# exec {ESELECT_STDERR}>&2		# >=bash-4.1
59
exec {ESELECT_STDERR}>&2
60
exec 3>&2
61
ESELECT_STDERR=3
62
60
63
# Load core functions
61
# Load core functions
64
source "${ESELECT_CORE_PATH}/core.bash" || exit 255
62
source "${ESELECT_CORE_PATH}/core.bash" || exit 255

Return to bug 475284