Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451150
Collapse All | Expand All

(-)a/libs/core.bash.in (-2 / +2 lines)
Lines 77-85 do_action() { Link Here
77
77
78
	modfile=$( es_find_module "${action}" )
78
	modfile=$( es_find_module "${action}" )
79
	(
79
	(
80
		source "$ESELECT_DEFAULT_ACTIONS" 2>/dev/null \
80
		source "$ESELECT_DEFAULT_ACTIONS" \
81
			|| die "Couldn't source ${ESELECT_DEFAULT_ACTIONS}"
81
			|| die "Couldn't source ${ESELECT_DEFAULT_ACTIONS}"
82
		source "${modfile}" 2>/dev/null \
82
		source "${modfile}" \
83
			|| die "Couldn't source ${modfile}"
83
			|| die "Couldn't source ${modfile}"
84
		if [[ -z ${subaction} ]] ; then
84
		if [[ -z ${subaction} ]] ; then
85
			check_do "do_${DEFAULT_ACTION:-usage}" "$@"
85
			check_do "do_${DEFAULT_ACTION:-usage}" "$@"

Return to bug 451150