Re: [PATCH 1/1] build: handle special characters when building from git

2014-08-18 Thread Manuel Bachmann
Hi Pekka and thanks for the review, Hmm strange, wasn't what I observed when I submitted the patch, will look at that and let you know. 2014-08-15 15:33 GMT+02:00 Pekka Paalanen : > On Wed, 30 Jul 2014 00:28:52 +0200 > Manuel Bachmann wrote: > > > When building from a git repository, in Makefi

Re: [PATCH 1/1] build: handle special characters when building from git

2014-08-15 Thread Pekka Paalanen
On Wed, 30 Jul 2014 00:28:52 +0200 Manuel Bachmann wrote: > When building from a git repository, in Makefile.am, the > macro creating the "src/git-version.h" file will fail > if the last commit subject contains a special character > such as ". Escape characters so that the output string > is, at

[PATCH 1/1] build: handle special characters when building from git

2014-07-29 Thread Manuel Bachmann
When building from a git repository, in Makefile.am, the macro creating the "src/git-version.h" file will fail if the last commit subject contains a special character such as ". Escape characters so that the output string is, at worst, empty. Signed-off-by: Manuel Bachmann --- Makefile.am |2