maintainer-approval requested: [Bug 287053] java/openjdk18: generated broken configure arguments : [Attachment 260694] git diff
| Newsgroups | gmane.os.freebsd.devel.java |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Ronald Klop <[email protected]> has asked freebsd-java (Nobody) <[email protected]> for maintainer-approval: Bug 287053: java/openjdk18: generated broken configure arguments https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287053 Attachment 260694: git diff https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260694&action=edit --- Comment #1 from Ronald Klop <[email protected]> --- Created attachment 260694 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260694&action=edit git diff The issue seems to be purely cosmetically. Printf is used wrong so the % in the string is interpreted as a format character. This patch fixes the issue. I can commit it if you agree.