Meta/Make: do not default to --dash

Junio C Hamano committed Jun 23, 2016 at 15:19 UTC 09537cff1a0cafe1f6023c995a0236b584a2f771
1 file changed +1 -1
Make
+1 -1
@@ -56,7 +56,7 @@ do
56 done
57
58 Wall="-Wall -Wvla -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}"
59 -tests= jobs= skip= oldtest= with_dash=y testpen=
59 +tests= jobs= skip= oldtest= with_dash= testpen=
60 clean=:
61
62 case `uname` in