aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
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)"
}