On Thu, 31 Aug 2023 17:29:04 GMT, Mikael Vidstedt <mik...@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

Reply via email to