summaryrefslogtreecommitdiff
path: root/script/build/release
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-09 23:31:20 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-09 23:31:20 +0100
commit5aef8156b50e0fd2a13c4765a333181346096b09 (patch)
tree613ebc06da416b969ebeed25b41c5729707e37e4 /script/build/release
parent76e12cd4a9ab0fb141a4077f973166f796d4a5b8 (diff)
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>
Diffstat (limited to 'script/build/release')
-rwxr-xr-xscript/build/release/roms2
1 files changed, 1 insertions, 1 deletions
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"