From 6a8fb5d6d72f3f8f2a71316eac0dba9825c384e9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 10 2011 21:51:26 +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 abe52ea..2581275 100644 --- a/Scripts/Bash/Functions/Locale/locale_getActions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getActions.sh @@ -30,7 +30,7 @@ function locale_getActions { local ARGSS="" # Define long options we want to support. - local ARGSL="update:,edit:,report:" + local ARGSL="update:,edit:,report:,dont-modify-mo" # Parse arguments using getopt(1) command parser. cli_doParseArguments @@ -79,6 +79,15 @@ function locale_getActions { shift 2 ;; + --dont-modify-mo ) + + # Redefine create machine object flag. + FLAG_DONT_MODIFY_MO="true" + + # Break while loop. + shift 1 + ;; + * ) break ;;