diff --git a/Scripts/Functions/Help/help_renameCrossReferences.sh b/Scripts/Functions/Help/help_renameCrossReferences.sh index 207ee5f..d12b23a 100755 --- a/Scripts/Functions/Help/help_renameCrossReferences.sh +++ b/Scripts/Functions/Help/help_renameCrossReferences.sh @@ -47,7 +47,7 @@ function help_renameCrossReferences { -e "s/(chapter-intro\.texi|\.texi)$//") # Define list of entries to process. - ENTRIES=$(cli_getFilesList "${MANUAL_BASEDIR}" '.*\.texi') + ENTRIES=$(cli_getFilesList ${MANUAL_BASEDIR} --pattern='.*\.texi') # Set action preamble. cli_printActionPreamble "$ENTRIES" '' ''