lbmk scripts: general code cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-12-28 16:34:45 +00:00
parent 4e06779948
commit 34ded35fa6
5 changed files with 19 additions and 45 deletions
+1 -2
View File
@@ -128,8 +128,7 @@ handle_rom_archive()
insert_version_files "${romdir}" || \
err "mkrom_tarball ${romdir}: versionfile"
insert_copying_files "$romdir" || \
err "!insert copy, handle 2, $romdir"
insert_copying_files "$romdir" || err "!insert copy, handle 2, $romdir"
mkrom_tarball
}