Correct Cygwin64 detection in the Shorewall installer

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-08-07 06:40:34 -07:00
parent 7030fad572
commit beb70854ef

View File

@ -205,7 +205,7 @@ done
if [ -z "$BUILD" ]; then
case $(uname) in
cygwin*|CYGWIN)
cygwin*|CYGWIN*)
BUILD=cygwin
;;
Darwin)