diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-14 06:36:21 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-14 06:36:21 +0100 |
commit | 174297885820a8500997cce87a79090059059604 (patch) | |
tree | 1ee63087f44b7195e4c075e4af44d7192e533f18 /resources/scripts/blobs/inject | |
parent | ee0b200fbef5400bd2f225a248847de70f9d39b0 (diff) |
remove errant code lines from last commit
Diffstat (limited to 'resources/scripts/blobs/inject')
-rwxr-xr-x | resources/scripts/blobs/inject | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/scripts/blobs/inject b/resources/scripts/blobs/inject index 3142355b..511ac7fc 100755 --- a/resources/scripts/blobs/inject +++ b/resources/scripts/blobs/inject @@ -44,7 +44,6 @@ main() fi archive="${1}" - echo "TEST: $archive" while getopts r:b:m: option do @@ -174,7 +173,6 @@ patch_release_roms() echo "TEST" echo "patching rom $x" patch_rom ${x} || fail "could not patch ${x}" - echo "FOO" done ( |