mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Correct more typos
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ec8bc90cae
commit
189b81cd49
6
Shorewall-core/configure
vendored
6
Shorewall-core/configure
vendored
@ -112,19 +112,19 @@ if [ -z "$vendor" ]; then
|
||||
;;
|
||||
esac
|
||||
|
||||
$params[HOST]="$vendor"
|
||||
params[HOST]="$vendor"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "vendor" ]; then
|
||||
case `uname` in
|
||||
Darwin)
|
||||
$params[HOST]=apple
|
||||
params[HOST]=apple
|
||||
rcfile=shorewallrc.apple
|
||||
;;
|
||||
|
||||
cygwin*)
|
||||
$params[HOST]=cygwin
|
||||
params[HOST]=cygwin
|
||||
rcfile=shorewallrc.cygwin
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user