RFR: 8269760: idea.sh should not invoke cygpath directly
Erik Joelsson
erikj at openjdk.java.net
Fri Jul 2 14:19:06 UTC 2021
On Thu, 1 Jul 2021 14:54:04 GMT, Jorn Vernee <jvernee at 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.
Marked as reviewed by erikj (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4655
More information about the ide-support-dev
mailing list