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 committed Jun 14, 2019
1 parent 4c7fb98 commit 1b9474d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 1b9474d

Please sign in to comment.