From 5aef8156b50e0fd2a13c4765a333181346096b09 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 9 Sep 2023 23:31:20 +0100 Subject: 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 --- script/build/release/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/build/release/roms') diff --git a/script/build/release/roms b/script/build/release/roms index da67f8ed..c15087f5 100755 --- a/script/build/release/roms +++ b/script/build/release/roms @@ -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" -- cgit v1.2.1