diff options
Diffstat (limited to 'modules/env.eselect')
-rw-r--r-- | modules/env.eselect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/env.eselect b/modules/env.eselect index 7161e10..21369d2 100644 --- a/modules/env.eselect +++ b/modules/env.eselect @@ -36,8 +36,8 @@ PRELINK="${EROOT}/etc/prelink.conf" # Keep all stored LDPATHS ESELECT_LDPATH=( ) -# is_envd_file() -# Return successfuly when file can be sourced. +# is_envfile() +# Return successfully when file can be sourced. is_envfile() { local mime envfile=${1} @@ -58,7 +58,7 @@ is_envfile() { } # update_envvar_classes() -# Update the contents of *_CLASS based on env,d files. +# Update the contents of *_CLASS based on env.d files. update_envvar_classes() { local -a envfiles local value |