From f7801ef4770c7ffc51cf1db40d0a2021a2a6273a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 18 Dec 2024 03:49:58 +0000 Subject: vendor.sh: delete old tb.bin first, just in case Signed-off-by: Leah Rowe --- include/vendor.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vendor.sh') diff --git a/include/vendor.sh b/include/vendor.sh index bd06af25..165b9a96 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -242,6 +242,7 @@ extract_tbfw() { chkvars TBFW_size # size in bytes, matching TBFW's flash IC x_ mkdir -p tmp + x_ rm -f tmp/tb.bin find "$appdir" -type f -name "TBT.bin" > "tmp/tb.txt" || \ $err "extract_tbfw $_dest: Can't extract TBT.bin" while read -r f; do -- cgit v1.2.1