mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +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%=*}
|
||||
pv=${p#*=}
|
||||
|
||||
if [ -n ${pn} ]; then
|
||||
if [ -n "${pn}" ]; then
|
||||
case ${pn} in
|
||||
VENDOR)
|
||||
pn=HOST
|
||||
|
Loading…
x
Reference in New Issue
Block a user