[Ffmpeg-cvslog] CVS: CVSROOT style.sh,1.3,1.4
Diego Biurrun CVS
diego
Mon Feb 13 13:17:39 CET 2006
Update of /cvsroot/ffmpeg/CVSROOT
In directory mail:/var2/tmp/cvs-serv15413
Modified Files:
style.sh
Log Message:
Remove all, not just one, occurrences of the files that are allowed to
contain tabs from FILELIST.
Index: style.sh
===================================================================
RCS file: /cvsroot/ffmpeg/CVSROOT/style.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.sh 13 Feb 2006 09:51:37 -0000 1.3
+++ style.sh 13 Feb 2006 12:17:36 -0000 1.4
@@ -19,8 +19,8 @@
fi
done
-#Makefiles may contain tabs.
-FILELIST="`echo $FILELIST | sed 's/Makefile\|common.mak\|clean-diff//'`"
+#Makefiles and clean-diff may contain tabs.
+FILELIST="`echo $FILELIST | sed 's/Makefile\|common.mak\|clean-diff//g'`"
for file in $FILELIST; do
if grep -e ' ' $file > /dev/null; then
More information about the ffmpeg-cvslog
mailing list