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
index 477b652709..fed2cd9819 100755
--- a/round
+++ b/round
@@ -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