extfs/iso9660.in
Leonard den Ottolander
leonard at den.ottolander.nl
Thu Oct 28 13:09:25 UTC 2004
On Thu, 2004-10-28 at 15:00, Roland Illig wrote:
> 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]+\\] ";
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]+\\] ";
which works according to Pavel Shirshov. Hope you didn't revert it yet.
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
More information about the mc-devel
mailing list