Graig wrote: > I've found that the only way that ptx will correctly use the > contents of the ignore-file is if that file is formatted in the Unix > style with just an octal 012 (LF) between lines.
If you are using this on GNU or Unix systems that is exactly what you want. > If it is formated in the DOS style with octal 015 (CR) and 012 (LF) > between lines, the results are as though the ignore-file wasn't > specified at all. I am sure that it would ignore files that contained a trailing CR. :-) You must be running a port of the GNU ptx to a MS platform. This is probably an issue that you should report to them. On GNU and Unix systems the code is correct. Probably in the port this is something that will need to be patched. Who is the maintainer of your port? There are several that I could guess but not knowing where you got your port from I can't know for sure. Bob _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
