From: John L. <jr...@us...> - 2007-05-04 19:09:26
|
Update of /cvsroot/wxlua/website/download In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12770/download Modified Files: fixeol.sh Log Message: also change *.sln to DOS CRLF Index: fixeol.sh =================================================================== RCS file: /cvsroot/wxlua/website/download/fixeol.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fixeol.sh 24 May 2006 15:20:02 -0000 1.1 --- fixeol.sh 4 May 2007 19:09:21 -0000 1.2 *************** *** 16,19 **** --- 16,20 ---- for f in `find $dir|grep ".dsp"`; do $cmd $f; done for f in `find $dir|grep ".dsw"`; do $cmd $f; done + for f in `find $dir|grep ".sln"`; do $cmd $f; done for f in `find $dir|grep "makefile.vc"`; do $cmd $f; done for f in `find $dir|grep "makefile.wat"`; do $cmd $f; done |