From 964e94af811e34a0b86b73934e572bf0c9668735 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 27 Jan 2007 21:42:47 +0000 Subject: simplepkg 0.4.9pre12 git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@129 04377dda-e619-0410-9926-eae83683ac58 --- lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common.sh b/lib/common.sh index fccca64..3411f2c 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -151,7 +151,7 @@ function eval_parameter { # return the evaluated parameter if available or $2 $3 ... $n if grep -qe "^$1=" $CONF; then - grep -e "^$1=" $CONF | cut -d = -f 2 | sed -e 's/"//g' -e "s/'//g" | sed -e 's/#.*$//' + grep -e "^$1=" $CONF | cut -d = -f 2 | sed -e 's/"//g' -e "s/'//g" | sed -e 's/ *#.*$//' else shift echo $* -- cgit v1.2.3