From 857a51dbcde863fcc4d1b2ef121f6d89ce239203 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 01 2011 15:57:13 +0000 Subject: Update help_deleteEntry.sh. --- diff --git a/Scripts/Functions/Help/help_deleteEntry.sh b/Scripts/Functions/Help/help_deleteEntry.sh index 913f270..7222636 100755 --- a/Scripts/Functions/Help/help_deleteEntry.sh +++ b/Scripts/Functions/Help/help_deleteEntry.sh @@ -92,13 +92,6 @@ function help_deleteEntry { # and cross references from remaining files. for ENTRY in ${ENTRIES};do - # Use entry files only. Directories are used to store - # dependent entries. Directories are not considered entries on - # themselves. - if [[ ! -f $ENTRY ]];then - continue - fi - # Update menu and node definitions from manual sections to # reflect the changes. help_updateMenu "remove-entry"