diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh index 44928f7..ae605ef 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_createStructureChapters.sh @@ -47,10 +47,7 @@ function texinfo_createStructureChapters { # Verify texinfo templates used as based to build the chapter. # Be sure they are inside the working copy of CentOS Artwork # Repository and under version control, too. - ${CLI_NAME} svn --is-versioned ${FILE} - if [[ $? -ne 0 ]];then - cli_printMessage "${FILE} `gettext "isn't under version control."`" --as-error-line - fi + cli_checkFiles ${FILE} --is-versioned # Verify chapter's directory. If it doesn't exist, create it. if [[ ! -d ${MANUAL_CHAPTER_DIR} ]];then