[Patch] fixinclude: shell-quote testing file

2011-05-16 Thread Tristan Gingold
Hi, one of the main VMS include files has a dollar in its name (decc$types.h), which is not shell friendly. As a consequence, when the name is reused by check.tpl to create a baseline file, it must be quoted. This is what is implemented in this patch. Tested by 'make check' in fixincludes/

Re: [Patch] fixinclude: shell-quote testing file

2011-05-16 Thread Andreas Schwab
Tristan Gingold ging...@adacore.com writes: 2011-05-16 Tristan Gingold ging...@adacore.com * check.tpl: Shell-quote testing file. diff --git a/fixincludes/check.tpl b/fixincludes/check.tpl index b239d8b..0f3937a 100644 --- a/fixincludes/check.tpl +++ b/fixincludes/check.tpl @@

Re: [Patch] fixinclude: shell-quote testing file

2011-05-16 Thread Tristan Gingold
On May 16, 2011, at 3:33 PM, Bruce Korb wrote: On Mon, May 16, 2011 at 6:15 AM, Tristan Gingold ging...@adacore.com wrote: Hi, one of the main VMS include files has a dollar in its name (decc$types.h), which is not shell friendly. As a consequence, when the name is reused by check.tpl

Re: [Patch] fixinclude: shell-quote testing file

2011-05-16 Thread Bruce Korb
Hi Tristan, On Mon, May 16, 2011 at 6:39 AM, Tristan Gingold ging...@adacore.com wrote: Sure.  [If] The patch below is ok for 'make check', is it also ok for you ? Yes, thank you.