On Mon, Feb 24, 2014 at 9:05 PM, Eric Blake wrote:
> On 02/24/2014 12:53 PM, Eric Blake wrote:
> > Yay - you confirmed that the solution that works for both versions of
> > git is to ensure that we provide exactly one argument to the foreach
> > command, where that argument gets passed through th
On 02/24/2014 12:53 PM, Eric Blake wrote:
> Yay - you confirmed that the solution that works for both versions of
> git is to ensure that we provide exactly one argument to the foreach
> command, where that argument gets passed through the shell with
> identical results. I'll patch maint.mk shortl
On 02/24/2014 12:37 PM, Darshit Shah wrote:
>>> Based on the test that is failing, can you please show the output of:
>>>
>>> git submodule --quiet foreach echo 'a b' '"c d"'
>> What about:
>>
>> git submodule --quiet foreach 'echo a b "c d" "$sha1"'
>>
>
> The first command:
> git subm
On Mon, Feb 24, 2014 at 3:04 PM, Eric Blake wrote:
> On 02/24/2014 07:00 AM, Eric Blake wrote:
>
> >
> > Based on the test that is failing, can you please show the output of:
> >
> > git submodule --quiet foreach echo 'a b' '"c d"'
> >
> > On my version (1.8.5.3), I get 'a b c d' (that is, e
thanks
[adding gnulib]
On 02/22/2014 02:01 AM, Darshit Shah wrote:
> automake --version: 1.14.1
> autoconf --version: 2.69
>
> The error occured when attempting to run the test suite GNU Wget's git
> source.
> `make` works correctly, but `make check` happens to fail with the following
> output:
>
On 02/24/2014 07:00 AM, Eric Blake wrote:
>
> Based on the test that is failing, can you please show the output of:
>
> git submodule --quiet foreach echo 'a b' '"c d"'
>
> On my version (1.8.5.3), I get 'a b c d' (that is, echo saw three
> arguments rather than 2, where only my 'c d' arg