Add MSYS as a "cygwin" like

This commit is contained in:
Will Sargent 2016-11-27 20:30:58 -08:00 committed by GitHub
parent f9ecf07c77
commit 04dfd94ff5
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ is_cygwin() {
case "$os" in
CYGWIN*) return 0 ;;
MINGW*) return 0 ;;
MSYS*) return 0 ;;
*) return 1 ;;
esac
}