From e5a09e79f903da6a04d58cd06c83e258d22bb707 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 14 2012 16:47:49 +0000 Subject: Update `Functions/Tuneup/tuneup_doBaseActions.sh' file. --- diff --git a/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh b/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh index b2409b7..1b146e0 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup_doBaseActions.sh @@ -68,7 +68,7 @@ function tuneup_doBaseActions { # Build list of files to process using action value as # reference. - FILES=$(cli_getFilesList ${ACTIONVAL} --pattern="${FLAG_FILTER}\.${TUNEUP_EXTENSION}") + FILES=$(cli_getFilesList ${ACTIONVAL} --pattern="^.*${FLAG_FILTER}\.${TUNEUP_EXTENSION}$") # Verify list of files to process. Assuming no file is found, # evaluate the next supported file extension.