get.sh: delete tmp patch list when done

yet another oversight

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-04 08:20:27 +01:00
parent a115679c57
commit b7a9aad9fc

View File

@@ -347,4 +347,6 @@ tmpclone()
done < "$tmpclone_patchlist" || \
err "Can't read '$tmpclone_patchlist'" "tmpclone" "$@"
x_ rm -f "$tmpclone_patchlist"
}