diff options
Diffstat (limited to 'lib/locale.sh')
-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 ee37a15..5898c32 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -41,7 +41,7 @@ _ob_try_load_messages() shift 1 || _ob_abort local ms= - if [ x"${_ob_builddir}" = x'' ]; then # Env var set and not null + if [ x"${_ob_builddir}" != x'' ]; then # Env var set and not null ms="${_ob_builddir}" ms="${ms}/${locale}/${_ob_text_domain}.ms" else |