diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-03 07:20:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-03 07:20:48 +0100 |
commit | bf569d2b4dcbf8efc648da1a87803eefd4b892dc (patch) | |
tree | 33e8524e14dd7c7fb9b3c9c95c81caa29c462121 /include | |
parent | 8de0ed811fb9bc48659f95918a36317f24be3d8e (diff) |
inject.sh: Remove redundant code in copy_tbfw
We don't use the tbtmp variable anymore, in this function.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/inject.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/inject.sh b/include/inject.sh index c5e41f6d..b0f3f502 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -288,9 +288,6 @@ copy_tbfw() [ -f "$1" ] || return 0 [ -L "$1" ] && return 0 - tbtmp="$xbmklocal/tb.bin" - x_ rm -f "$tbtmp" - x_ dd if=/dev/null of="$1" bs=1 seek=$TBFW_size x_ mv "$1" "$_dest" |