mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
blobs/inject: add error condition on rm command
this was overlooked, earlier on in lbmk audit 2 Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -333,7 +333,7 @@ modify_gbe()
|
||||
"${ifdtool}" -i GbE:"${_gbe_tmp}" "${rom}" -O "${rom}" || \
|
||||
err "modify_gbe: ${board}: cannot insert modified gbe.bin"
|
||||
|
||||
rm -f "${_gbe_tmp}"
|
||||
rm -f "${_gbe_tmp}" || err "modify_gbe: can't remove ${_gbe_tmp}"
|
||||
}
|
||||
|
||||
usage()
|
||||
|
||||
Reference in New Issue
Block a user