]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: silly $? squashing bug fix
authorJunio C Hamano <gitster@pobox.com>
Sun, 16 Mar 2008 10:25:58 +0000 (03:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Mar 2008 10:25:58 +0000 (03:25 -0700)
Make

diff --git a/Make b/Make
index 29483d2acf06180d7c841ac8ff1cc1462c115818..bf492c96e4433471e0ae93ebe49166e942412882 100755 (executable)
--- a/Make
+++ b/Make
@@ -74,5 +74,6 @@ make $d \
      ETC_GITCONFIG=$d/etc/gitconfig \
      CFLAGS="$O -Wall -Wdeclaration-after-statement -g" \
      "$@"
-
+status=$?
 rm -f version
+exit $status