From ab1979dac37fa991f00426433f6a7541f5b6be71 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 18:43:41 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_createStructureChapters.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh index ae605ef..744b9b9 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh @@ -51,11 +51,11 @@ function texinfo_createStructureChapters { # Verify chapter's directory. If it doesn't exist, create it. if [[ ! -d ${MANUAL_CHAPTER_DIR} ]];then - svn mkdir ${MANUAL_CHAPTER_DIR} --quiet + ${CLI_NAME} svn --mkdir ${MANUAL_CHAPTER_DIR} fi # Copy template files into chapter's directory. - svn cp ${FILE} ${MANUAL_CHAPTER_DIR} --quiet + ${CLI_NAME} svn --copy ${FILE} ${MANUAL_CHAPTER_DIR} done