Meta/Make: use dash by default

Junio C Hamano committed May 26, 2016 at 14:31 UTC 3bbd5064833592e2fb484bd02f1a66168de74b5d
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= testpen=
59 +tests= jobs= skip= oldtest= with_dash=y testpen=
60 clean=:
61
62 case `uname` in