From 4a136ecd93f3c8a155c77f1b834c758e1fb4955e Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 13 2012 17:05:18 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_copyEntryChapter.sh' file. --- 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