]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/round: do not return but exit from toplevel
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2022 03:19:11 +0000 (12:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2022 03:19:11 +0000 (12:19 +0900)
round

diff --git a/round b/round
index 477b652709e8f91b13e24a0007ce145701d585f3..fed2cd98193d96cc8312c493257e9c00a40ba9d6 100755 (executable)
--- 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