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
 
 }