From 5fbb787a8408de5416b3fe452bc4a5d44623aeb8 Mon Sep 17 00:00:00 2001 From: Micheal Quinn Date: Tue, 10 Sep 2019 07:20:39 -0500 Subject: [PATCH] Adding in message and exit for cygwin. --- src/install/default.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/install/default.txt b/src/install/default.txt index eb01df05..d90b3188 100644 --- a/src/install/default.txt +++ b/src/install/default.txt @@ -533,7 +533,9 @@ main() { case "${croc_os}" in "Darwin" ) croc_os="macOS";; "CYGWIN"* ) croc_os="Windows"; - croc_dl_ext="zip";; + croc_dl_ext="zip"; + print_message "== Cygwin is currently unsupported." "error"; + exit 1;; esac case "${croc_arch}" in