From ad7d4bd0722aa70ba634900cebf93a1b1814fed9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Jul 2016 16:09:49 +0200 Subject: Only do "effective escaping" (['"\$(]) on the command line This will make things more convenient on Windows provided we use "sane" paths (no spaces, no (), etc). --- build2/b.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 748eda7..b2ba2c1 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -30,8 +30,6 @@ #include #include -#include -#include #include #include -- cgit v1.1