]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugreport
Stop reading an NMU file that no longer exists.
[bugscan.git] / 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);