Correct more typos

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-08-09 16:56:48 -07:00
parent ec8bc90cae
commit 189b81cd49

View File

@ -112,19 +112,19 @@ if [ -z "$vendor" ]; then
;; ;;
esac esac
$params[HOST]="$vendor" params[HOST]="$vendor"
fi fi
fi fi
if [ -z "vendor" ]; then if [ -z "vendor" ]; then
case `uname` in case `uname` in
Darwin) Darwin)
$params[HOST]=apple params[HOST]=apple
rcfile=shorewallrc.apple rcfile=shorewallrc.apple
;; ;;
cygwin*) cygwin*)
$params[HOST]=cygwin params[HOST]=cygwin
rcfile=shorewallrc.cygwin rcfile=shorewallrc.cygwin
;; ;;
*) *)