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:19:18 +0100 |
commit | d083840ca04bd34a95889feede97cc37d029b64f (patch) | |
tree | 2da117d1d887b151ab37caac8e6b1d1d0743a479 /include | |
parent | 8bb3f6cfc85b64b107ac8d1928e7646d7ea8f182 (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')
-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() |