Integrated: 8257905: Make fixpath.sh more liberal in accepting paths embedded in arguments
Magnus Ihse Bursie
ihse at openjdk.java.net
Tue Dec 8 18:03:10 UTC 2020
On Tue, 8 Dec 2020 14:43:00 GMT, Magnus Ihse Bursie <ihse at 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 `=`.
This pull request has now been integrated.
Changeset: 264feb35
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/264feb35
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8257905: Make fixpath.sh more liberal in accepting paths embedded in arguments
Reviewed-by: erikj
-------------
PR: https://git.openjdk.java.net/jdk/pull/1698
More information about the build-dev
mailing list