From 26a37b8857bf9e42d768f99b1baae79a37b17704 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 13 2012 17:05:27 +0000 Subject: Update `Functions/Prepare/prepare_updateLocales.sh' file. --- diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh b/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh index 141275d..5ce15b7 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateLocales.sh @@ -34,7 +34,7 @@ function prepare_updateLocales { # localized to itself' message. Avoid this noise in the # preparation stuff. if [[ ! ${CLI_LANG_LL} =~ '^en' ]];then - ${CLI_BASEDIR}/${CLI_NAME}.sh locale trunk/Scripts/Bash --update + cli_runFnEnvironment locale trunk/Scripts/Bash --update fi }