From a06817cec77b154a482a9dc8765df250aa5ce369 Mon Sep 17 00:00:00 2001 From: Tomas Gavenciak Date: Wed, 21 May 2008 15:02:55 +0200 Subject: [PATCH] Fixed a bug in expansion of variables. --- eval/libeval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _ -- 2.39.2