Comment #2 on issue 3692 by [email protected]: Default line-end convention fix
http://code.google.com/p/pharo/issues/detail?id=3692
Eeeeh... Pretty sure the check should be for isMacOS9, OSX uses LF.Would need to check with John which vm's actually return an osVersion starting with darwin though (which the original code checked against)
If that is correct, per the comment in isMacOS9, it should be safe to simply drop the check and always use LF :)
