On Tue, 8 Dec 2020 16:43:14 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> When calling a Windows tool that needs an argument on the form >> `-option/a:/home/ihse/myjdk/...`, fixpath gets confused and thinks >> `/a:/home/ihse/myjdk` is a unix path, notices that it does not exists, and >> stops trying to convert the path. >> >> Instead it needs to recheck for paths after a separator such as `:` or `=`. > > Magnus Ihse Bursie has updated the pull request incrementally with one > additional commit since the last revision: > > The same fix is also needed for the $DRIVEPREFIX regex Marked as reviewed by erikj (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/1698