Re: extfs/iso9660.in



Hello Roland,

> >  > -  irx = "^\[ *[0-9]+ +[0-9]+\]  ";
> >  > +  irx = "^\\[ *[0-9]+ +[0-9]+\\]  ";
> 
> The problem was that the output of isoinfo -l on FreeBSD is different
> than on Linux. The committed code has thus changed into:
> 
> +  irx = "^\\[ *[0-9]* +[0-9]+\\]  ";

Sorry. Committed code is

+  irx = "^\[ *[0-9]* +[0-9]+\]  ";

Why do you want to introduce an extra backslash? It's the bracket I want
to escape.

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research





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