HomeFreeBSD

Fix libdtrace build with zsh as /bin/sh

Description

Fix libdtrace build with zsh as /bin/sh

When zsh runs in POSIX sh mode it does not support the -e flag to echo.
Use printf instead of echo to avoid the "-e" characters being printed.

Obtained from: CheriBSD
Reviewed By: markj
Differential Revision: https://reviews.freebsd.org/D26026

Details

Provenance
arichardsonAuthored on
Reviewer
markj
Differential Revision
D26026: Fix libdtrace build with zsh as /bin/sh
Parents
rS364123: Fix -DBUILD_WITH_STRICT_TMPPATH dtrace builds
Branches
Unknown
Tags
Unknown