From 740ed4aa7dfc2c2bca81fc86296aa82bc03e7360 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 18 2011 21:28:09 +0000 Subject: Update locale_getActions.sh. --- diff --git a/Scripts/Bash/Functions/Locale/locale_getActions.sh b/Scripts/Bash/Functions/Locale/locale_getActions.sh index 63a37f3..25425d0 100644 --- a/Scripts/Bash/Functions/Locale/locale_getActions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getActions.sh @@ -98,9 +98,8 @@ function locale_getActions { # a parallel directory under `trunk/Locales' to store its # translation messages. local WORKDIR=$(echo $ACTIONVAL | sed -r \ - -e 's!trunk/(Identity|Manuals|Scripts)!trunk/Locales/\1!' \ - -e "s!Models/([A-Za-z0-9]+)/?!!") - + -e 's!trunk/(Identity|Manuals|Scripts)!trunk/Locales/\1!') + # Syncronize changes between the working copy and the central # repository to bring down changes. cli_commitRepoChanges "${WORKDIR}"