mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
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:
@@ -125,7 +125,7 @@ patch_release_roms()
|
||||
err "patch_release_roms: could not extract release archive"
|
||||
|
||||
for x in "${_tmpdir}"/bin/*/*.rom ; do
|
||||
echo "patching rom $x"
|
||||
printf "patching rom: %s\n" "$x"
|
||||
patch_rom "${x}" || err "patch_release_roms: could not patch ${x}"
|
||||
done
|
||||
for x in "${_tmpdir}"/bin/*/*_nomicrocode.rom ; do
|
||||
|
||||
Reference in New Issue
Block a user