diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-15 23:16:40 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-15 23:16:40 (EDT) |
commit | 6420fc67d8b901b4939d0b9a2395fd516076b429 (patch) | |
tree | 16b6485e23cda59160e26a8d360378ee9bfd1c1f | |
parent | f074cf58b7777eea1ffdc23433b24a49aa4d5fd2 (diff) |
_ob_try_load_internal_messages(): Remove stray line
-rw-r--r-- | lib/locale.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index 3e1e494..8f2ceee 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -134,7 +134,6 @@ _ob_try_load_internal_messages() shift 1 || _ob_abort local ms= - _OB_LOCALE_PATH="${LOCALEDIR}/%s/LC_MESSAGES/%s.ms" if [ x"${OB_LIB_BUILDDIR:+set}" = 'xset' ]; then # Set and not null ms="${OB_LIB_BUILDDIR}" ms="${ms}/locale/${locale}/${_OB_INTERNAL_TEXT_DOMAIN}.ms" |