remove fixsvnbits script as our first pure git change

arthursv
Sean Dague 2009-08-03 14:01:00 -04:00
parent acf7206f4b
commit d32b6b834d
1 changed files with 0 additions and 8 deletions

View File

@ -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