From 4f2ac6d37c700e562e1ac5feb4e99bae28bb7618 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 7 Mar 2007 18:27:33 +0000 Subject: [PATCH] Stop reading an NMU file that no longer exists. --- bugreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugreport b/bugreport index d05e445..797e8d2 100755 --- 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); -- 2.39.2