add my set-eol-style script. Can be run on Linux
to fix the source tree for new files without native line endings.afrisby
parent
461eaf188e
commit
acde4910b4
|
@ -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
|
||||
|
Loading…
Reference in New Issue