File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ CLASSPATH_SUFFIX=""
105
105
# Path separator used in EXTRA_CLASSPATH
106
106
PSEP=" :"
107
107
108
- # if $has_cypath, translate paths to Windows-mixed format before running java
108
+ # translate paths to Windows-mixed format before running java
109
109
if [ -n " $CYGPATHCMD " ]; then
110
110
[ -n " $PROG_HOME " ] &&
111
111
PROG_HOME=` " $CYGPATHCMD " -am " $PROG_HOME " `
@@ -114,7 +114,7 @@ if [ -n "$CYGPATHCMD" ]; then
114
114
CLASSPATH_SUFFIX=" ;"
115
115
PSEP=" ;"
116
116
elif ($mingw || $msys ); then
117
- # For Mingw / Msys, convert paths to UNIX format before anything is touched
117
+ # For Mingw / Msys, convert paths from UNIX format before anything is touched
118
118
[ -n " $PROG_HOME " ] &&
119
119
PROG_HOME=" ` (cd " $PROG_HOME " ; pwd -W | sed ' s|/|\\\\|g' )` "
120
120
[ -n " $JAVA_HOME " ] &&
@@ -150,7 +150,7 @@ SBT_INTF=$(find_lib "*compiler-interface*")
150
150
JLINE_READER=$( find_lib " *jline-reader-3*" )
151
151
JLINE_TERMINAL=$( find_lib " *jline-terminal-3*" )
152
152
JLINE_TERMINAL_JNA=$( find_lib " *jline-terminal-jna-3*" )
153
- JNA=$( find_lib " *jna-5*" )
153
+ [[ ( $mingw || $msys ) ]] || JNA=$( find_lib " *jna-5*" )
154
154
155
155
# debug
156
156
DEBUG_STR=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005
You can’t perform that action at this time.
0 commit comments