Correct syntax error in configure

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-03-29 18:22:11 -07:00
parent c4afe0922e
commit 82e7bc707d

View File

@ -54,7 +54,7 @@ fi
for p in $@; do
p=${p#--}
[ -n "${p}" ] && {
if [ -n "${p}" ]; then
pn=${p%=*}
pv=${p#*=}