diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-05 06:21:04 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 12:16:18 +0100 |
commit | e4edc2194d3aaaf8319fe681475caae5562b351e (patch) | |
tree | fdb845499d7f2dcca9e042b47d03e8c723ea22c1 /include/inject.sh | |
parent | f4057d7daab0eb22954d376372a4dad9578f7ba0 (diff) |
inject.sh: Remove unnecessary check
_dest is already checked in the calling function fetch(),
after extract_tbfw() has been called.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/inject.sh')
-rw-r--r-- | include/inject.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index 9726c57e..667a03f8 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -245,7 +245,6 @@ extract_sch5545ec() extract_tbfw() { chkvars TBFW_size && fe_ copy_tbfw "$appdir" -type f -name "TBT.bin" - [ -f "$_dest" ] || err "$board: Could not extract tbfw"; : } copy_tbfw() |