mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
add my set-eol-style script. Can be run on Linux
to fix the source tree for new files without native line endings.
This commit is contained in:
5
set-eol-style.sh
Executable file
5
set-eol-style.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user