mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
blobs/download: do final check of _dest in fetch()
This way, the file is checked regardless of what type of blob is handled, not just Intel ME. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -92,8 +92,6 @@ extract_intel_me()
|
||||
{
|
||||
bruteforce_extract_intel_me "$(pwd)/${_dest}" "$(pwd)/${appdir}" || \
|
||||
err "extract_intel_me: could not extract Intel ME firmware"
|
||||
[ -f "${_dest}" ] && return 0
|
||||
err "extract_intel_me, ${board}: '${_dest}' missing"
|
||||
}
|
||||
|
||||
# cursed, carcinogenic code. TODO rewrite it better
|
||||
|
||||
Reference in New Issue
Block a user