mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 13:39:06 +01:00
Correct syntax error in configure
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c4afe0922e
commit
82e7bc707d
2
Shorewall-core/configure
vendored
2
Shorewall-core/configure
vendored
@ -54,7 +54,7 @@ fi
|
||||
for p in $@; do
|
||||
p=${p#--}
|
||||
|
||||
[ -n "${p}" ] && {
|
||||
if [ -n "${p}" ]; then
|
||||
pn=${p%=*}
|
||||
pv=${p#*=}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user