Re: extfs/iso9660.in



Leonard den Ottolander wrote:
Hi,

I wrote:

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


Brackets around the space in the middle are unnecessary. Use

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

instead.

Please read the awk manual ("info gawk") before committing untested code which does not work.

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

Roland



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