From afc5394dac9c2d75153a62f598c7108ba35f0f7c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 11 Apr 2012 13:01:00 -0300 Subject: Fixing EvalConfigParameter to not use quotes --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firma b/firma index a04125e..3c40377 100755 --- a/firma +++ b/firma @@ -2197,7 +2197,7 @@ function EvalConfigParameter { return 1 fi - echo "$(grep "^$2=" $1 | sed -e "s/^$2='//" -e "s/'$//" | tail -n 1)" + echo "$(grep "^$2=" $1 | sed -e "s/^$2=//" | tail -n 1)" } -- cgit v1.2.3