abuild: print failed patches to stderr

This commit is contained in:
xdavidwu 2022-07-14 10:56:29 +08:00 committed by Natanael Copa
parent 927f14f6b3
commit 3ee93ea8bc

View File

@ -730,7 +730,7 @@ default_prepare() {
fi
error "The following patches failed to apply:"
for i in $failed; do
printf " %s\n" "$i"
printf " %s\n" "$i" >&2
done
return 1
}