rpms/kernel/devel/scripts check-TODO.sh,1.2,1.3

Dave Jones davej at fedoraproject.org
Wed Jun 3 15:42:58 UTC 2009


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel/scripts
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28932/scripts

Modified Files:
	check-TODO.sh 
Log Message:
clean up the to-dizzle


Index: check-TODO.sh
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/scripts/check-TODO.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- check-TODO.sh	29 Dec 2008 03:21:40 -0000	1.2
+++ check-TODO.sh	3 Jun 2009 15:42:28 -0000	1.3
@@ -10,7 +10,7 @@ done
 # sometimes dead stuff lingers in cvs, even though it's not in the specfile.
 for i in *.patch
 do
-   for j in $(grep $i kernel.spec | grep ApplyPatch | awk '{ print $2 }' | wc -l)
+   for j in $(grep $i kernel.spec | grep Apply.*Patch | awk '{ print $2 }' | wc -l)
    do
      if [ "$j" = "0" ]; then
        echo $i is in CVS, but not applied in spec file.




More information about the fedora-extras-commits mailing list