RE: [PATCH] Fix compilation error when git commit message has quotes (")

2016-04-07 Thread Chokshi, Mitul
] Fix compilation error when git commit message has quotes (") > On Apr 7, 2016, at 3:14 AM, Chokshi, Mitul wrote: > > > Used stream editor to replace " with \" > > Signed-off-by: Mitul Chokshi > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+)

Re: [PATCH] Fix compilation error when git commit message has quotes (")

2016-04-07 Thread Olivier Fourdan
Hi, On 7 April 2016 at 10:14, Chokshi, Mitul wrote: > This e-mail and any attachments may contain confidential material for the > sole > use of the intended recipient(s). > ​​ > Any review or distribution by others is > ​​ > strictly prohibited. If you are not the intended recipient, please cont

Re: [PATCH] Fix compilation error when git commit message has quotes (")

2016-04-07 Thread Yong Bakos
> On Apr 7, 2016, at 3:14 AM, Chokshi, Mitul wrote: > > > Used stream editor to replace " with \" > > Signed-off-by: Mitul Chokshi > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index d1644ac..a09ea0b 100644 > --- a/Make

[PATCH] Fix compilation error when git commit message has quotes (")

2016-04-07 Thread Chokshi, Mitul
Used stream editor to replace " with \" Signed-off-by: Mitul Chokshi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d1644ac..a09ea0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,7 +162,7 @@ endif if HAVE_GIT_REPO src