libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: fix dollar handling in func_quote_for_expand [libtool--devo--1.


From: Noah Misch
Subject: Re: FYI: fix dollar handling in func_quote_for_expand [libtool--devo--1.0--patch-265]
Date: Fri, 22 Oct 2004 01:32:34 -0700
User-agent: Mutt/1.5.6i

On Fri, Oct 22, 2004 at 09:19:11AM +0100, Gary V. Vaughan wrote:

> >>Nope, there can be only one ^ anchored match :-)

> sed is a line based tool, so the g refers to multiple occurences on
> each line:

Gaah, you're absolutely right.  It's too early :-)

I borrowed a colleague's Mac OS X 10.3.5 box and could not reproduce the \]
problem.  This was the test command:

echo 'fo\o' | sed 's/[\]/B/g'
=> foBo

What command fails on your box?

[ The possibly extraneous \ does not bother me, but the specific failure should
probably receive mention in Shellology. ]




reply via email to

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