From beb70854ef69d4128b704e4bc6a89e99a431f914 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 7 Aug 2014 06:40:34 -0700 Subject: [PATCH] Correct Cygwin64 detection in the Shorewall installer Signed-off-by: Tom Eastep --- Shorewall/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 28d7da069..9c8169cc0 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -205,7 +205,7 @@ done if [ -z "$BUILD" ]; then case $(uname) in - cygwin*|CYGWIN) + cygwin*|CYGWIN*) BUILD=cygwin ;; Darwin)