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)