]> git.donarmstrong.com Git - bugscan.git/commitdiff
Stop reading an NMU file that no longer exists.
authorSteinar H. Gunderson <sesse@rietz>
Wed, 7 Mar 2007 18:27:33 +0000 (18:27 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Wed, 7 Mar 2007 18:27:33 +0000 (18:27 +0000)
bugreport

index d05e445577228a597a5aa90a4a4d3315aba35d38..797e8d2345e49d2cb0719e32b6170e27b3c9eb0e 100755 (executable)
--- a/bugreport
+++ b/bugreport
@@ -214,7 +214,7 @@ $html=1 if ($opt_H);
 
 scanlib::readstatus($statusfile);
 scanlib::readcomments($commentsfile);
-scanlib::readNMUstatus($NMUfile);
+scanlib::readNMUstatus($NMUfile);
 
 &FilterPackages($opt_d) if ($opt_d);
 &FilterBugs() if ($opt_t);