From: Junio C Hamano Date: Sun, 16 Mar 2008 10:25:58 +0000 (-0700) Subject: Meta/Make: silly $? squashing bug fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efdc54a821c5be7d5c4be9d517ae0b02e04b90c7;p=thirdparty%2Fgit.git Meta/Make: silly $? squashing bug fix --- diff --git a/Make b/Make index 29483d2acf..bf492c96e4 100755 --- 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