From: Tomas Gavenciak Date: Wed, 21 May 2008 13:02:55 +0000 (+0200) Subject: Fixed a bug in expansion of variables. X-Git-Tag: python-dummy-working~182 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a06817cec77b154a482a9dc8765df250aa5ce369;p=moe.git Fixed a bug in expansion of variables. --- diff --git a/eval/libeval.sh b/eval/libeval.sh index 8bda3e6..542b07d 100644 --- a/eval/libeval.sh +++ b/eval/libeval.sh @@ -53,7 +53,7 @@ function try-ln function expand-var { - eval echo ${!1} + eval echo \"${!1}\" } # Given a , override each variable by _