mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 05:00:08 +02:00
blobutil/inject: remove errant debug message
i left this here by accident when testing something during work on a prior revision
This commit is contained in:
@@ -170,7 +170,6 @@ patch_release_roms()
|
|||||||
fail 'could not extract release archive'
|
fail 'could not extract release archive'
|
||||||
|
|
||||||
for x in ${_tmpdir}/bin/*/*.rom ; do
|
for x in ${_tmpdir}/bin/*/*.rom ; do
|
||||||
echo "TEST"
|
|
||||||
echo "patching rom $x"
|
echo "patching rom $x"
|
||||||
patch_rom ${x} || fail "could not patch ${x}"
|
patch_rom ${x} || fail "could not patch ${x}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user