From 040e4a8967d89ef6eeadd91f8c87577d52db13df Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 06 2011 02:36:01 +0000 Subject: Update Tuneup/tuneup_doBaseActions.sh. Start using cli_getFilesList@2552. --- diff --git a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh index e6d64b4..9dacded 100755 --- a/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh +++ b/Scripts/Functions/Tuneup/tuneup_doBaseActions.sh @@ -34,7 +34,7 @@ function tuneup_doBaseActions { EXTENSION='(svg|xhtml|sh)' # Build list of files to process using action value as reference. - FILES=$(cli_getFilesList "${ACTIONVAL}" "${FLAG_FILTER}.*\.${EXTENSION}") + FILES=$(cli_getFilesList ${ACTIONVAL} --pattern="${FLAG_FILTER}.*\.${EXTENSION}") # Verify list of files. cli_printActionPreamble "$FILES" '' ''