mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
get.sh: delete tmp patch list when done
yet another oversight Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -347,4 +347,6 @@ tmpclone()
|
|||||||
|
|
||||||
done < "$tmpclone_patchlist" || \
|
done < "$tmpclone_patchlist" || \
|
||||||
err "Can't read '$tmpclone_patchlist'" "tmpclone" "$@"
|
err "Can't read '$tmpclone_patchlist'" "tmpclone" "$@"
|
||||||
|
|
||||||
|
x_ rm -f "$tmpclone_patchlist"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user