1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Adding in message and exit for cygwin.

This commit is contained in:
Micheal Quinn 2019-09-10 07:20:39 -05:00
parent 97f65bf51d
commit 5fbb787a84
No known key found for this signature in database
GPG key ID: 0E7217F3C30BA059

View file

@ -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