From: Junio C Hamano Date: Thu, 23 Jun 2016 22:19:48 +0000 (-0700) Subject: Meta/Make: do not default to --dash X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09537cff1a0cafe1f6023c995a0236b584a2f771;p=thirdparty%2Fgit.git Meta/Make: do not default to --dash --- diff --git a/Make b/Make index 1896657391..0e422e2032 100755 --- a/Make +++ b/Make @@ -56,7 +56,7 @@ do done Wall="-Wall -Wvla -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}" -tests= jobs= skip= oldtest= with_dash=y testpen= +tests= jobs= skip= oldtest= with_dash= testpen= clean=: case `uname` in