diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh index 4c8cb5c..80e55ab 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryChapter.sh @@ -59,7 +59,7 @@ function texinfo_copyEntryChapter { # Copy sections from source chapter to target chapter. for MANUAL_ENTRY in $MANUAL_ENTRIES;do - ${CLI_NAME} svn --copy $MANUAL_ENTRY $MANUAL_ENTRY_DST + cli_runFnEnvironment svn --copy $MANUAL_ENTRY $MANUAL_ENTRY_DST done # Update section menu, nodes and cross reference definitions