Meta/round: do not return but exit from toplevel

This commit is contained in:
Junio C Hamano 2022-11-29 12:19:11 +09:00
parent 564ca6c9b6
commit e4606fd231

2
round
View File

@ -41,6 +41,6 @@ do
Meta/Make -j16 "$t"
;;
esac &&
Meta/Make -j16 distclean >/dev/null 2>&1 || return 1
Meta/Make -j16 distclean >/dev/null 2>&1 || exit 1
done &&
Meta/Make -j16 distclean