Actions
Submit #2514
closedFixed CRLF line endings
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hello, list!
I'm find some files with MS-DOS linefeeds using this command:
find . -not -type d -exec file "{}" ";" | grep CRLF
My patch corrected this problem.
Files
Actions