summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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 a5f24a3..30630f6 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -96,7 +96,7 @@ oh_get_msg()
return 125
fi
- IFS= eval echo \$\{"msg_${_OH_TEXT_DOMAIN}_${msgid}"\}
+ eval "printf '%s' \"\${msg_${_OH_TEXT_DOMAIN}_${msgid}}\""
return 0
}