diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh index 88a9351..5861224 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntrySection.sh @@ -59,7 +59,7 @@ function texinfo_copyEntrySection { texinfo_checkEntrySrcDst "${MANUAL_ENTRY_SRC}" "${MANUAL_ENTRY_DST}" # Copy section entry from source to target using subversion. - ${CLI_NAME} svn --copy "${MANUAL_ENTRY_SRC}" "${MANUAL_ENTRY_DST}" + cli_runFnEnvironment svn --quiet --copy "${MANUAL_ENTRY_SRC}" "${MANUAL_ENTRY_DST}" # Redefine chapter name using chapter name passed to # `centos-art.sh' script as second non-option argument.