diff --git a/libs/core.bash.in b/libs/core.bash.in index 4431a8f..960886b 100644 --- a/libs/core.bash.in +++ b/libs/core.bash.in @@ -77,9 +77,9 @@ do_action() { modfile=$( es_find_module "${action}" ) ( - source "$ESELECT_DEFAULT_ACTIONS" 2>/dev/null \ + source "$ESELECT_DEFAULT_ACTIONS" \ || die "Couldn't source ${ESELECT_DEFAULT_ACTIONS}" - source "${modfile}" 2>/dev/null \ + source "${modfile}" \ || die "Couldn't source ${modfile}" if [[ -z ${subaction} ]] ; then check_do "do_${DEFAULT_ACTION:-usage}" "$@"