From 189b81cd49702b1ec9623cdaab4b0bd9e768435d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 9 Aug 2013 16:56:48 -0700 Subject: [PATCH] Correct more typos Signed-off-by: Tom Eastep --- Shorewall-core/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall-core/configure b/Shorewall-core/configure index 092f09af6..eeddc7c1e 100755 --- a/Shorewall-core/configure +++ b/Shorewall-core/configure @@ -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 ;; *)