From: Junio C Hamano Date: Tue, 29 Nov 2022 03:19:11 +0000 (+0900) Subject: Meta/round: do not return but exit from toplevel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4606fd231371d01bd956fa386ca1f62c5fb5265;p=thirdparty%2Fgit.git Meta/round: do not return but exit from toplevel --- diff --git a/round b/round 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