diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh index 3298371..7ecb8d1 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh @@ -30,7 +30,7 @@ function texinfo_deleteEntryChapter { # Verify existence of documentation entry before deleting it. We # cannot delete an entry which doesn't exist. - cli_checkFiles "$MANUAL_CHAPTER_DIR" + cli_checkFiles -e "$MANUAL_CHAPTER_DIR" # Define list of chapters that shouldn't be removed. local SPECIAL_CHAPTERS='/(Licenses|Index)$'