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
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