Merge pull request #10401 from indreias/indreias-patch-1

Add support for installing on Windows via Cygwin
pull/10387/head
Martin Hickey 3 years ago committed by GitHub
commit e03d20d8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ initOS() {
case "$OS" in
# Minimalist GNU for Windows
mingw*) OS='windows';;
mingw*|cygwin*) OS='windows';;
esac
}

Loading…
Cancel
Save