From db0d2704293360c813ff68d4f314714864b4a7f5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 11 Mar 2019 23:56:05 -0400 Subject: ob_get_msg(): Replace echo with printf in eval --- (limited to 'lib/locale.sh') diff --git a/lib/locale.sh b/lib/locale.sh index e5e1ac6..49df666 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -138,7 +138,7 @@ ob_get_msg() return 125 fi - IFS= eval echo \$\{"msg_${_ob_text_domain}_${msgid}"\} + eval "printf '%s' \"\${msg_${_ob_text_domain}_${msgid}}\"" return 0 } -- cgit v0.9.1