HomeFreeBSD

build: use bare (and portable) echo instead of echo -n

Description

build: use bare (and portable) echo instead of echo -n

There's no need to use echo -n here. A single echo will do nicely.
This fixes the post-buildworld output on a macos build, where echo -n
is implemented like System V instead of BSD (so you get two lines
first one starting with -n).

Sponsored by: Netflix
Reviewed by: jrtc27, emaste
Differential Revision: https://reviews.freebsd.org/D42869

Details

Provenance
impAuthored on Dec 7 2023, 8:27 PM
Reviewer
jrtc27
Differential Revision
D42869: build: use bare (and portable) echo instead of echo -n
Parents
rGbd234c0d4c82: sort: Only build FreeBSD-specific ALTMON_x stuff when ATLMON_1 is defined
Branches
Unknown
Tags
Unknown