diff --git a/bin/eselect.in b/bin/eselect.in index 8fd1589..9ca4ecb 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -56,9 +56,7 @@ shopt -s extglob shopt -s expand_aliases # Save stderr file descriptor -# exec {ESELECT_STDERR}>&2 # >=bash-4.1 -exec 3>&2 -ESELECT_STDERR=3 +exec {ESELECT_STDERR}>&2 # Load core functions source "${ESELECT_CORE_PATH}/core.bash" || exit 255