aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-04 09:57:32 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-04 09:57:32 +0000
commitd1b5cf15eb55fd839603fa84aa65f7750f7b5a1d (patch)
treee9e981e45ac15d099d5a8fe36e638d68994f7a11 /libs/core.bash.in
parentUpdate comment on GNU sort. (diff)
downloadeselect-d1b5cf15eb55fd839603fa84aa65f7750f7b5a1d.tar.gz
eselect-d1b5cf15eb55fd839603fa84aa65f7750f7b5a1d.tar.bz2
eselect-d1b5cf15eb55fd839603fa84aa65f7750f7b5a1d.zip
Globally replace ec_ by es_ for consistency reasons.
svn path=/trunk/; revision=739
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}"