Skip to content

Commit

Permalink
add support to MINGW64 (used in git bash)
Browse files Browse the repository at this point in the history
  • Loading branch information
mef authored Jun 14, 2019
1 parent fbea666 commit 4c7fb98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cygwin=false;
darwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
MINGW*) cygwin=true ;;
Darwin*) darwin=true
if [ -z "$JAVA_VERSION" ] ; then
JAVA_VERSION="CurrentJDK"
Expand Down

0 comments on commit 4c7fb98

Please sign in to comment.