From f4a79739e7219b977c620faebe26198ba50bb953 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 17 2011 16:36:40 +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 8916156..63a37f3 100644 --- a/Scripts/Bash/Functions/Locale/locale_getActions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getActions.sh @@ -98,11 +98,11 @@ 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!trunk/(Identity|Manuals|Scripts)!trunk/Locales/\1!' \ -e "s!Models/([A-Za-z0-9]+)/?!!") # Syncronize changes between the working copy and the central - # repository. + # repository to bring down changes. cli_commitRepoChanges "${WORKDIR}" # Execute action name. @@ -114,7 +114,7 @@ function locale_getActions { fi # Syncronize changes between the working copy and the central - # repository. + # repository to commit up changes. cli_commitRepoChanges "${WORKDIR}" }