mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
+3
-1
@@ -137,7 +137,9 @@ git_am_patches()
|
||||
for patch in "${patchdir}/"*; do
|
||||
[ -L "${patch}" ] && continue
|
||||
[ -f "${patch}" ] || continue
|
||||
if ! git am "${patch}"; then
|
||||
patchfail="n"
|
||||
git am "${patch}" || patchfail="y"
|
||||
if [ "${patchfail}" = "y" ]; then
|
||||
git am --abort || err "${sdir}: !git am --abort"
|
||||
err "!git am ${patch} -> ${sdir}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user