From 82bd327264bf083acdaf537fb36d77f44ae89096 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 06 2011 02:35:59 +0000 Subject: Update Help/help_copyEntry.sh. Start using cli_getFilesList@2552. --- diff --git a/Scripts/Functions/Help/help_copyEntry.sh b/Scripts/Functions/Help/help_copyEntry.sh index 928f1ce..1ff9089 100755 --- a/Scripts/Functions/Help/help_copyEntry.sh +++ b/Scripts/Functions/Help/help_copyEntry.sh @@ -56,7 +56,7 @@ function help_copyEntry { fi # Define list of files to process. - ENTRIES=$(cli_getFilesList "$(dirname ${ENTRY_DST})" ".*$(basename ${ENTRY_DST}).*\.texi") + ENTRIES=$(cli_getFilesList $(dirname ${ENTRY_DST}) --pattern=".*$(basename ${ENTRY_DST}).*\.texi") # Set action preamble. cli_printActionPreamble "${ENTRIES}" '' ''