On Thu, 1 Jul 2021 14:54:04 GMT, Jorn Vernee <jver...@openjdk.org> wrote:
> From the JBS issue: > > Currently idea.sh checks if `CYGPATH` is set, and then continues by invoking > `cygpath` directly. > > This doesn't work if `CYGPATH` is not actually set to `cygpath`, but to > something else, such as `wslpath`. > > Instead of invoking `cygpath` directly, the value of the `CYGPATH` variable > should be used. This pull request has now been integrated. Changeset: 76783cd8 Author: Jorn Vernee <jver...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/76783cd8cbb390dc9ac1da72962ce15e98ea5d3c Stats: 10 lines in 1 file changed: 0 ins; 0 del; 10 mod 8269760: idea.sh should not invoke cygpath directly Reviewed-by: mcimadamore, erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/4655