From 6ca4b07a08b6a4fc4e5f887b7bd05b49c160bc99 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 27 2011 03:52:21 +0000 Subject: Update locale_updateMessageXml.sh. --- diff --git a/Scripts/Functions/Locale/locale_updateMessageXml.sh b/Scripts/Functions/Locale/locale_updateMessageXml.sh index 19a10b9..2c58971 100755 --- a/Scripts/Functions/Locale/locale_updateMessageXml.sh +++ b/Scripts/Functions/Locale/locale_updateMessageXml.sh @@ -36,11 +36,11 @@ function locale_updateMessageXml { # Define regular expression to match extensions of XML files we # use inside the repository. - local EXTENSIONS='(svg|xml|xhtml|docbook)' + local EXTENSION='(svg|xml|xhtml|docbook)' # Build list of files to process. if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/(Models|Manual|Themes/Models)/.+$" ]];then - FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.${EXTENSIONS}") + FILES=$(cli_getFilesList "$ACTIONVAL" "${FLAG_FILTER}\.${EXTENSION}") else cli_printMessage "`gettext "The path provided can't be processed."`" 'AsErrorLine' cli_printMessage "${FUNCDIRNAM}" 'AsToKnowMoreLine'