On Tue, Oct 31, 2017 at 3:53 PM, Clark Wang <[email protected]> wrote:
> On Tue, Oct 31, 2017 at 3:25 PM, Clark Wang <[email protected]> wrote: > >> On Mon, Oct 30, 2017 at 10:41 PM, Chet Ramey <[email protected]> wrote: >> >>> >>> This is an effect of using single quotes in the @Q operator. If you want >>> to single-quote a string containing single quotes, this is how you do it. >>> >> >> I made a patch (also attached). Please see if it's ok. >> > > Updated by dealing with empty strings (and malloc'ing 2 more bytes) though > I'm not sure if it's necessary since the func sh_quote_reusable() already > handles empty strings. > Hi Chet, do you have a look at my patch?
