From 1e0c342d41770351521865390ce4c22697918f77 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 04 2011 03:21:49 +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 5dbba2c..f0c6244 100755 --- a/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh +++ b/Scripts/Bash/Cli/Functions/Locale/locale_updateMessageXml.sh @@ -36,7 +36,7 @@ function locale_updateMessageXml { # Build list of files to process. if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/.+" ]];then - FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.(svg|xml)") + FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.(svg|docbook)") else cli_printMessage "`gettext "The path provided can't be processed."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine'