mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-08 22:11:21 +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
|
for p in $@; do
|
||||||
p=${p#--}
|
p=${p#--}
|
||||||
|
|
||||||
[ -n "${p}" ] && {
|
if [ -n "${p}" ]; then
|
||||||
pn=${p%=*}
|
pn=${p%=*}
|
||||||
pv=${p#*=}
|
pv=${p#*=}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user