From f8895fa4a43652dc6625c5230c3ff32740c599ef Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 06 2011 02:35:58 +0000 Subject: Update Help/help_deleteEntry.sh. Start using cli_getFilesList@2552. --- diff --git a/Scripts/Functions/Help/help_deleteEntry.sh b/Scripts/Functions/Help/help_deleteEntry.sh index 15bb255..2a8522f 100755 --- a/Scripts/Functions/Help/help_deleteEntry.sh +++ b/Scripts/Functions/Help/help_deleteEntry.sh @@ -43,7 +43,7 @@ function help_deleteEntry { if [[ -d ${ENTRY_DIR}/${ENTRY_FILE} ]];then # Add dependent files to list of entries. - ENTRIES="${ENTRIES} $(cli_getFilesList "${ENTRY_DIR}/${ENTRY_FILE}" ".*\.texi")" + ENTRIES="${ENTRIES} $(cli_getFilesList ${ENTRY_DIR}/${ENTRY_FILE} --pattern=".*\.texi")" # Add dependent directories to list of entries. Be aware of # nested directories.