maintainer-approval requested: [Bug 287053] java/openjdk18: generated broken configure arguments : [Attachment 260694] git diff

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 May 2025 22:05:03 UTC
Ronald Klop <ronald@FreeBSD.org> has asked freebsd-java (Nobody)
<java@FreeBSD.org> 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 <ronald@FreeBSD.org> ---
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.