4 find . -name .svn -prune -o -type f -print | while IFS= read -r LINE; do
7 if s=`svn propget svn:eol-style "$LINE"`; then
20 mixed=`echo "$allstatus" | rev | cut -c 3- | rev | uniq -d`
21 if [ -n "$mixed" ]; then
22 echo "The following file extensions need to be manually fixed:"
27 echo "$allstatus" > eol-style.txt