From 954ff393ff95da0637d390b9b92270feb77215ff Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 18:43:46 +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 e9bc266..4c8cb5c 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 - svn cp $MANUAL_ENTRY $MANUAL_ENTRY_DST --quiet + ${CLI_NAME} svn --copy $MANUAL_ENTRY $MANUAL_ENTRY_DST done # Update section menu, nodes and cross reference definitions