status-report-scripts parseBZbugList,1.12,1.13

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Wed Apr 19 09:59:35 UTC 2006


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1691

Modified Files:
	parseBZbugList 
Log Message:
Fix broken pipe.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- parseBZbugList	19 Apr 2006 09:58:40 -0000	1.12
+++ parseBZbugList	19 Apr 2006 09:59:33 -0000	1.13
@@ -96,6 +96,9 @@
     s/\s.*$//;
     $DISCARD{$_} = 1;
   }
+  while ( <IN> ) {
+    # Read the rest to avoid a broken pipe...
+  }
   close IN;
 }
 if (defined $opt{"o"}) {




More information about the fedora-extras-commits mailing list