forked from extern/shorewall_code
Correct syntax error in configure
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user