From 237353e4fb482a5b58a037eb6d6d090d1b3c2b6b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 15 Mar 2019 23:17:40 -0400 Subject: _ob_try_load_internal_messages(): Remove tab on empty line --- (limited to 'lib') 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 } -- cgit v0.9.1