diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh
index 22c4581..b850d46 100755
--- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh
+++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateSectionNodes.sh
@@ -46,7 +46,7 @@ function texinfo_updateSectionNodes {
         # deletion, they will be created again from texinfo template
         # to working copy and that might create confusion.
         if [[ ! -f ${MANUAL_BASEDIR_L10N}/$INCL ]] \
-            && [[ $(${CLI_NAME} svn --get-status ${MANUAL_BASEDIR_L10N}/$INCL) != 'D' ]];then
+            && [[ $(cli_runFnEnvironment svn --get-status ${MANUAL_BASEDIR_L10N}/$INCL) != 'D' ]];then
 
             # Retrive configuration lines from configuration file. Be
             # sure no line begining with `#' or space remain in the
@@ -91,7 +91,7 @@ function texinfo_updateSectionNodes {
 
             # Create documentation entry using texinfo template as
             # reference.
-            ${CLI_NAME} svn --copy ${TEMPLATE} ${MANUAL_BASEDIR_L10N}/$INCL
+            cli_runFnEnvironment svn --copy ${TEMPLATE} ${MANUAL_BASEDIR_L10N}/$INCL
 
         fi