RFR: JDK-8260669: Missing quotes in fixpath.sh
Magnus Ihse Bursie
ihse at openjdk.java.net
Mon Feb 1 11:22:43 UTC 2021
On Fri, 29 Jan 2021 19:54:12 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> The build on Windows can fail if certain directory names are present in root directory of the workspace. In particular I've observed that the single letter 'p' is triggering this problem. This is caused by missing quotes around [:upper:] in a 'tr' call in fixpath.sh.
Looks good. I also verified that there are no other calls to tr in the build system with missing quotes.
-------------
Marked as reviewed by ihse (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2318
More information about the build-dev
mailing list