Integrated: 8256538: Fix annoying awk warning in configure for java versions
Magnus Ihse Bursie
ihse at openjdk.java.net
Wed Nov 18 21:58:16 UTC 2020
On Wed, 18 Nov 2020 09:47:58 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> The change from grep to awk in JDK-8244248 and further bug fixed in JDK-8244756 still has invalid syntax. This causes some awk (most notably gawk, the most commonly used) to complain:
>
> gawk: cmd. line:1: warning: regexp escape sequence `"' is not a known regexp operator
>
> This is annoying and should be fixed.
This pull request has now been integrated.
Changeset: 3110d589
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3110d589
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8256538: Fix annoying awk warning in configure for java versions
Reviewed-by: erikj
-------------
PR: https://git.openjdk.java.net/jdk/pull/1285
More information about the build-dev
mailing list