Skip to content

Commit a7eb2e8

Browse files
committed
updated dist/bin/common comments
1 parent 3d723a8 commit a7eb2e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/bin/common

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ esac
4949

5050
unset CYGPATHCMD
5151
if [[ $cygwin || $mingw || $msys ]]; then
52-
# cygpath is used by various windows shells: cygwin, git-sdk, gitbash, msys, etc.
52+
# ConEmu terminal is incompatible with jna-5.*.jar
5353
[[ ($CONEMUANSI || $ConEmuANSI) ]] && conemu=true
54+
# cygpath is used by various windows shells: cygwin, git-sdk, gitbash, msys, etc.
5455
CYGPATHCMD=`which cygpath 2>/dev/null`
5556
case "$TERM" in
5657
rxvt* | xterm* | cygwin*)
@@ -148,8 +149,8 @@ SBT_INTF=$(find_lib "*compiler-interface*")
148149
JLINE_READER=$(find_lib "*jline-reader-3*")
149150
JLINE_TERMINAL=$(find_lib "*jline-terminal-3*")
150151
JLINE_TERMINAL_JNA=$(find_lib "*jline-terminal-jna-3*")
151-
# ConEmu must not define
152152
[[ $conemu ]] || JNA=$(find_lib "*jna-5*")
153+
153154
# debug
154155

155156
DEBUG_STR=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005

0 commit comments

Comments
 (0)