From ce6242468cb37567d4756eef80bcb4d874a3c1ff Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 06 2011 02:36:04 +0000 Subject: Update Locale/locale_updateMessageShell.sh. Start using cli_getFilesList@2552. --- diff --git a/Scripts/Functions/Locale/locale_updateMessageShell.sh b/Scripts/Functions/Locale/locale_updateMessageShell.sh index f7b5d77..8b9ded1 100755 --- a/Scripts/Functions/Locale/locale_updateMessageShell.sh +++ b/Scripts/Functions/Locale/locale_updateMessageShell.sh @@ -41,7 +41,7 @@ function locale_updateMessageShell { # Build list of files to process. if [[ $ACTIONVAL =~ "^${CLI_BASEDIR}" ]];then - FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}.*\.sh") + FILES=$(cli_getFilesList $ACTIONVAL --pattern="${FLAG_FILTER}.*\.sh") else cli_printMessage "`gettext "The path provided cannot be processed."`" --as-error-line fi