On Sat, 2008-06-14 at 05:05 +0200, Frank Lichtenheld wrote:
> On Fri, Jun 13, 2008 at 03:08:41PM +0100, Adam D. Barratt wrote:
> > @@ -615,6 +631,7 @@
> >  
> >             # We've checked for all the things we still want to notice in
> >             # double-quoted strings, so now remove those strings as well.
> > +           $cat_line =~ 
> > s/(^|[^<\\'\\-](?:\\\\)*)\"(?:\\.|[^\\\"])+\"/$1""/g;
> >             unless ($found) {
> >                 $line =~ s/(^|[^\\\'](?:\\\\)*)\"(?:\\.|[^\\\"])+\"/$1""/g;
> 
> [^<\\'\\-] should probably be [^<\\\'-]

Yep, thanks; fixed in checkbashisms as well (the earlier version
removing single quoted strings was correct).

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to