mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +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'
|
||||
|
||||
for x in ${_tmpdir}/bin/*/*.rom ; do
|
||||
echo "TEST"
|
||||
echo "patching rom $x"
|
||||
patch_rom ${x} || fail "could not patch ${x}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user