From 748ae1c86e67df5be672dee7fa3b2fdc91b1e53b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 01 Aug 2012 04:38:05 -0400 Subject: Prevent double execution/inclusion. --- (limited to 'lib/locale.sh') diff --git a/lib/locale.sh b/lib/locale.sh index 8479c85..d30a684 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -19,6 +19,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +[ -n "${_OH_LOCALE_SH}" ] && return 0 +_OH_LOCALE_SH=true + oh_locale_set() { _locale="${1}" -- cgit v0.9.1