On Tue, 6 Jul 2021 10:38:35 GMT, Jorn Vernee <[email protected]> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Make idea.sh work on WSL with a Linux boot JDK > > bin/idea.sh line 74: > >> 72: if [ -e $IDEA_OUTPUT ] ; then >> 73: rm -r $IDEA_OUTPUT >> 74: fi > > Was getting some weird errors when the `.idea` folder already existed when > running the script, so I added this. It seems useful, so I've left it in. Yep - noticed that, it's good ------------- PR: https://git.openjdk.java.net/jdk/pull/4656
