Re: [PATCH] Makefile: escape ' in bin-wrappers rule

2017-03-16 Thread Jeff King
On Thu, Mar 16, 2017 at 02:17:38AM -0400, Devin Lehmacher wrote: > If the pwd contains a ' escape it as '\'' so that git will not fail > while building on a path containing '. I think this only fixes half the problem... > diff --git a/Makefile b/Makefile > index ed68700ac..5cf5d8537 100644 >

[PATCH] Makefile: escape ' in bin-wrappers rule

2017-03-16 Thread Devin Lehmacher
If the pwd contains a ' escape it as '\'' so that git will not fail while building on a path containing '. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed68700ac..5cf5d8537 100644 --- a/Makefile +++ b/Makefile @@ -2276,7 +2276,7 @@