From bb1e843bab9c430db0bb4a9012c0616fac5c0739 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 22 Dec 2018 21:18:46 -0500 Subject: libopkbuild: Drop include guards --- (limited to 'lib/locale.sh') diff --git a/lib/locale.sh b/lib/locale.sh index 43f5ec3..67fbaad 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -[ x"${_OB_LOCALE_SM+set}" = x'set' ] && return 0 -_OB_LOCALE_SM=1 - _OB_DEFAULT_LOCALE='en_US' _OB_INTERNAL_TEXT_DOMAIN='libopkbuild_1' _OB_TEXT_DOMAIN= -- cgit v0.9.1