aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/core.bash.in')
-rw-r--r--libs/core.bash.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/core.bash.in b/libs/core.bash.in
index ceb9a4a..55955af 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -75,7 +75,7 @@ do_action() {
[[ ${ESELECT_BINARY_NAME##*/} != ${ESELECT_PROGRAM_NAME} ]] && \
ESELECT_COMMAND="${ESELECT_BINARY_NAME##*/}"
- modfile=$( ec_find_module "${action}" )
+ modfile=$( es_find_module "${action}" )
(
source "$ESELECT_DEFAULT_ACTIONS" 2>/dev/null \
|| die "Couldn't source ${ESELECT_DEFAULT_ACTIONS}"