Files
opensim/set-eol-style.sh
Sean Dague acde4910b4 add my set-eol-style script. Can be run on Linux
to fix the source tree for new files without native
line endings.
2007-10-25 15:44:38 +00:00

6 lines
135 B
Bash
Executable File

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