add my set-eol-style script. Can be run on Linux

to fix the source tree for new files without native
line endings.
afrisby
Sean Dague 2007-10-25 15:44:38 +00:00
parent 461eaf188e
commit acde4910b4
1 changed files with 5 additions and 0 deletions

5
set-eol-style.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
find OpenSim -name \*\.cs | xargs perl -pi -e 's/\r//'
find OpenSim -name \*\.cs | xargs svn propset svn:eol-style native