From c01cb6b90cd88bdf2f7a82de64f1dc2e3eab0c0f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:19:11 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_deleteEntrySection.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh index e0ba194..d1d6b50 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh @@ -30,7 +30,7 @@ function texinfo_deleteEntrySection { # Verify existence of documentation entry before deleting it. We # cannot delete an entry which doesn't exist. - cli_checkFiles "$MANUAL_ENTRY" + cli_checkFiles -e "$MANUAL_ENTRY" # Revert pending changes inside the section entry in order to # prepare the file for deletion.