scripts: use printf, not echo, where appropriate

printf has more universal behaviour, across various
implementations of sh, so it's better to use this.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-09 23:31:20 +01:00
parent 76e12cd4a9
commit 5aef8156b5
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ make_archive()
cp "${builddir}"/* "${romdir}" || \
err "make_archive: cannot copy ROM images directory -> ${romdir}"
echo ${target}
printf "%s\n" "${target}"
microcode_required="y"
. "config/coreboot/${target}/target.cfg"