diff options
author | Patrick 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) |
commit | 237353e4fb482a5b58a037eb6d6d090d1b3c2b6b (patch) | |
tree | 6c1a928ae49bfc1d5cca1703470ecb51bf5fe167 | |
parent | 6420fc67d8b901b4939d0b9a2395fd516076b429 (diff) |
_ob_try_load_internal_messages(): Remove tab on empty line
-rw-r--r-- | lib/locale.sh | 2 |
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 } |