bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makeinfo -D doesn't work the same way as before


From: Guo Yixuan
Subject: Re: makeinfo -D doesn't work the same way as before
Date: Sat, 15 Mar 2014 00:35:16 -0400

On Fri, Mar 14, 2014 at 7:15 PM, Karl Berry <address@hidden> wrote:
>
>     > $ makeinfo -v -D 'var1 foo' -o test.info test.texi
>
> Thanks for the analysis and patch.

You're welcome.

>
>     > +    my @field = split /\s+/, $var;
>
> I installed the patch with one tiny change, making the above line:
>   my @field = split (/\s+/, $var, 2);
> just in case the value contains whitespace.
> (As in, -D'myvar weird\ val'.)

Yes, this should be better.
 
>
> Thanks again,
> Karl

Cheers,

GUO Yixuan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]