Hi,
This is gentle reminder about the patch
Regards,
Nikolai
Nikolai Merinov writes:
> Hi,
>
> Should I make any additional changes to the patch in order to merge it?
>
> Regards,
> Nikolai
>
> On Fri, Mar 15, 2019 at 5:25 PM Nikolai Merinov
> wrote:
>
> Hi,
>
> Eric Blake writes:
>
> >
Hi,
Should I make any additional changes to the patch in order to merge it?
Regards,
Nikolai
On Fri, Mar 15, 2019 at 5:25 PM Nikolai Merinov <
nikolai.meri...@member.fsf.org> wrote:
> Hi,
>
> Eric Blake writes:
>
> > On 3/14/19 5:46 PM, Nikolai Merinov wrote:
> >> * tests/demo.at (_LT_DEMO_SET
Hi,
Eric Blake writes:
> On 3/14/19 5:46 PM, Nikolai Merinov wrote:
>> * tests/demo.at (_LT_DEMO_SETUP): $@ expanded to empty string during
>> _LT_DEMO_SETUP expanding. Avoid $@ usage inside m4_define call.
>
> It is not necessary to avoid $@, you just merely have to quote it so
> that m4 does
On 3/14/19 5:46 PM, Nikolai Merinov wrote:
> * tests/demo.at (_LT_DEMO_SETUP): $@ expanded to empty string during
> _LT_DEMO_SETUP expanding. Avoid $@ usage inside m4_define call.
It is not necessary to avoid $@, you just merely have to quote it so
that m4 doesn't eat it.
> ---
> tests/demo.at