Integrated: 8258005: JDK build fails with incorrect fixpath script
Magnus Ihse Bursie
ihse at openjdk.java.net
Thu Dec 10 14:57:33 UTC 2020
On Thu, 10 Dec 2020 12:42:48 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> The Leaning Toothpick Syndrome[1] strikes back!
>
> In the fixpath shell script wrapper, we transform single `` to `\`, to make them correctly escaped. Unfortunately, the bas variable substitution pattern I used were missing a `/`, so it only replaced the first backslash, not all of them.
>
> Thanks to @vidmik for analysis and fix!
>
> [1] https://en.wikipedia.org/wiki/Leaning_toothpick_syndrome
This pull request has now been integrated.
Changeset: 0890620c
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0890620c
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8258005: JDK build fails with incorrect fixpath script
Co-authored-by: Mikael Vidstedt <mikael at openjdk.org>
Reviewed-by: erikj
-------------
PR: https://git.openjdk.java.net/jdk/pull/1731
More information about the build-dev
mailing list