mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Correct syntax error in configure
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
82e7bc707d
commit
74ca7b5269
2
Shorewall-core/configure
vendored
2
Shorewall-core/configure
vendored
@ -58,7 +58,7 @@ for p in $@; do
|
|||||||
pn=${p%=*}
|
pn=${p%=*}
|
||||||
pv=${p#*=}
|
pv=${p#*=}
|
||||||
|
|
||||||
if [ -n ${pn} ]; then
|
if [ -n "${pn}" ]; then
|
||||||
case ${pn} in
|
case ${pn} in
|
||||||
VENDOR)
|
VENDOR)
|
||||||
pn=HOST
|
pn=HOST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user