Merge pull request #11848 from stadler

* pr/11848:
  All CLI support for Windows MINGW environments
This commit is contained in:
Phillip Webb
2018-01-30 12:41:16 -08:00

View File

@@ -8,6 +8,10 @@ case "`uname`" in
cygwin=true
;;
MINGW*)
cygwin=true
;;
Darwin*)
darwin=true
;;