From cd5623c11431d40fc9cafad2c55f1098e81b490c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:19:05 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_deleteEntryChapter.sh' file. --- 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)$'