From 2b30165149287f4a6ac4ac340491751bef3cb8d5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 10 2011 21:51:12 +0000 Subject: Update locale.sh. --- diff --git a/Scripts/Bash/Functions/Locale/locale.sh b/Scripts/Bash/Functions/Locale/locale.sh index df1b368..a1427e2 100644 --- a/Scripts/Bash/Functions/Locale/locale.sh +++ b/Scripts/Bash/Functions/Locale/locale.sh @@ -26,6 +26,12 @@ function locale { + # Initialize default value to create/update machine object flag. + # The machine object flag (--create-mo) controls whether + # centos-art.sh script creates/updates the machine object related + # to portable object or not. + local FLAG_DONT_MODIFY_MO='false' + # Define the command-line interface. locale_getActions