[Ffmpeg-cvslog] CVS: CVSROOT style.sh,1.2,1.3

Diego Biurrun CVS diego
Mon Feb 13 10:51:40 CET 2006


Update of /cvsroot/ffmpeg/CVSROOT
In directory mail:/var2/tmp/cvs-serv28152

Modified Files:
	style.sh 
Log Message:
Allow tabs in common.mak and clean-diff as well.


Index: style.sh
===================================================================
RCS file: /cvsroot/ffmpeg/CVSROOT/style.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- style.sh	24 Jan 2006 00:27:44 -0000	1.2
+++ style.sh	13 Feb 2006 09:51:37 -0000	1.3
@@ -20,7 +20,7 @@
 done
 
 #Makefiles may contain tabs.
-FILELIST="`echo $FILELIST | sed s/Makefile//`"
+FILELIST="`echo $FILELIST | sed 's/Makefile\|common.mak\|clean-diff//'`"
 
 for file in $FILELIST; do
     if grep -e '	' $file > /dev/null; then





More information about the ffmpeg-cvslog mailing list