mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
remove fixsvnbits script as our first pure git change
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This can be used to fix up the svn bits to keep line endings sane
|
||||
# between platforms.
|
||||
|
||||
find OpenSim -type f | grep -v '.svn' | xargs perl -pi -e 's/\r//g'
|
||||
find OpenSim -type f | grep -v '.svn' | xargs svn propset svn:eol-style native
|
||||
|
||||
Reference in New Issue
Block a user