summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-02 22:43:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-02 22:43:11 (EDT)
commitc11d9d389de9c972f7b78ffcbab2265d54d5e11a (patch)
tree2bf5ac495e97d5913be0828928ae1d1293c2bfad /lib
parent27b19d72e501ab3004c18db7eceb337854891371 (diff)
Fix quoting in ob_get_msg().
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 6f46261..5a12f11 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -109,7 +109,7 @@ ob_get_msg()
return ${?}
fi
- IFS= eval echo "\$\{msg_${_OB_TEXT_DOMAIN}_${_obgm_msgid}\}"
+ IFS= eval echo \$\{"msg_${_OB_TEXT_DOMAIN}_${_obgm_msgid}"\}
_ob_return 0
return ${?}