From 8e9242806b2e963b0ef03071abafee3185e8c0af Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 02 2011 20:36:01 +0000 Subject: Update locale_updateMessageXml.sh. --- diff --git a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh index 68e8b3c..5dbba2c 100755 --- a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh +++ b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh @@ -36,9 +36,7 @@ function locale_updateMessageXml { # Build list of files to process. if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/.+" ]];then - FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.svg") - elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Manuals/.+" ]];then - FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.xml") + FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.(svg|xml)") else cli_printMessage "`gettext "The path provided can't be processed."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine'