On Wed, 7 May 2025 21:25:39 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> `echo -n` is not part of the required POSIX standard, and built in shell > versions of echo might not support it. Restore the previous use of `printf` > instead. This pull request has now been integrated. Changeset: 57297e60 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/57297e60de92b9878fb3926109da3e0058a506ae Stats: 17 lines in 5 files changed: 0 ins; 0 del; 17 mod 8354278: Revert use of non-POSIX echo -n introduced in JDK-8301197 Reviewed-by: iris ------------- PR: https://git.openjdk.org/jdk/pull/25106