cbmk/include
Leah Rowe c5364e6d4e rom.sh: fix buggy deletion of cbutils
when badhash=y, the utils should be deleted, but
the check is deleting if badhash isn't n. if the
hash check isn't being performed, then this will
always be the case and the utils are always deleted.

make it positively delete the file only if badhash=y,
not when it isn't n. while this may not sound very
different, it will prevent the utils being deleted and
re-build endlessly in other cases, like when building
release archives and running the inject --nuke mode
on every image that gets built.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-07-22 20:13:45 +01:00
..
git.sh put cachedir in environmental variable 2024-07-19 15:02:00 +01:00
lib.sh put cachedir in environmental variable 2024-07-19 15:02:00 +01:00
rom.sh rom.sh: fix buggy deletion of cbutils 2024-07-22 20:13:45 +01:00