RFR: 8303427: Fixpath confused if unix root contains "/jdk"
Erik Joelsson
erikj at openjdk.org
Thu Aug 31 18:38:59 UTC 2023
On Thu, 31 Aug 2023 17:29:04 GMT, Mikael Vidstedt <mikael at openjdk.org> wrote:
> Just because I'm curious: in which cases would the prefix contain `=` (equals)?
I don't have a concrete example, but one could imagine a command taking make or configure style variable arguments like this:
$ fixpath exec some/windows/command foo=/some/absolute/path
The existing logic was already handling both `:` and `=` together, so I figured it would be consistent.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15461#issuecomment-1701568737
More information about the build-dev
mailing list