mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-28 21:29:12 +02:00
Correct syntax error in configure
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
74ca7b5269
commit
8a695b4073
1
Shorewall-core/configure
vendored
1
Shorewall-core/configure
vendored
@ -76,6 +76,7 @@ for p in $@; do
|
|||||||
|
|
||||||
params[${pn}]="${pv}"
|
params[${pn}]="${pv}"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
vendor=${params[HOST]}
|
vendor=${params[HOST]}
|
||||||
|
Loading…
Reference in New Issue
Block a user