summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-15 23:17:40 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-15 23:18:20 (EDT)
commit237353e4fb482a5b58a037eb6d6d090d1b3c2b6b (patch)
tree6c1a928ae49bfc1d5cca1703470ecb51bf5fe167 /lib
parent6420fc67d8b901b4939d0b9a2395fd516076b429 (diff)
_ob_try_load_internal_messages(): Remove tab on empty line
Diffstat (limited to 'lib')
-rw-r--r--lib/locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index 8f2ceee..1c531df 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -141,7 +141,7 @@ _ob_try_load_internal_messages()
ms="${LOCALEDIR}"
ms="${ms}/${locale}/LC_MESSAGES/${_OB_INTERNAL_TEXT_DOMAIN}.ms"
fi
-
+
eval "$(cat "${ms}" 2>/dev/null)" || return 1
return 0
}