mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
get.sh: sort patches when applying
this was an oversight in my recent patch unrolling the condensed code lines, to remove eval statements. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -336,7 +336,7 @@ tmpclone()
|
||||
tmpclone_patchlist="`mktemp || err "Can't create tmp patch list"`" || \
|
||||
err "Can't create tmp patch list" "tmpclone" "$@"
|
||||
|
||||
x_ find "$4" -type f > "$tmpclone_patchlist" || \
|
||||
x_ find "$4" -type f | sort > "$tmpclone_patchlist" || \
|
||||
err "Can't write patch names to '$tmpclone_patchlist'" \
|
||||
"tmpclone" "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user