summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-14 08:27:39 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-14 08:27:39 +0100
commit5da7554a3b55994071c5a036965035a2d14f89b7 (patch)
tree2ca8f2bce82f3f5fd1e3263d38d1bc2bd8e6a888
parent70e337afd08e6034f70cefbf8949a48dfbf5ec4a (diff)
blobutil/inject: remove errant debug message
i left this here by accident when testing something during work on a prior revision
-rwxr-xr-xresources/scripts/blobs/inject1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/scripts/blobs/inject b/resources/scripts/blobs/inject
index bbd6acec..0664d96a 100755
--- a/resources/scripts/blobs/inject
+++ b/resources/scripts/blobs/inject
@@ -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