Meta/round: do not return but exit from toplevel
Junio C Hamano committed
Nov 29, 2022 at 12:19 UTC
e4606fd231371d01bd956fa386ca1f62c5fb5265
1 file changed
+1
-1
round
+1
-1
@@ -41,6 +41,6 @@ do
41
Meta/Make -j16 "$t"
42
;;
43
esac &&
44
- Meta/Make -j16 distclean >/dev/null 2>&1 || return 1
44
+ Meta/Make -j16 distclean >/dev/null 2>&1 || exit 1
45
done &&
46
Meta/Make -j16 distclean