To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99305
------- Additional comments from [email protected] Tue Feb 17 21:47:39 +0000 2009 ------- With this script in place, running the following shell command: find ./ -type f | grep -v -E "(\.svn|unxlngi6\.pro|CVS)" | xargs ./check-crlf.py | tee crlf-files.txt will generate a list of files that have CRLF line endings. You can change the unxlngi6.pro part to fit your environment of course. With this list, I imagine fixing the files would be just a matter of cat crlf-files.txt | xargs dos2unix or something like that. Hope this helps. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
