diff options
-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 } |