From: Steinar H. Gunderson Date: Wed, 7 Mar 2007 18:27:33 +0000 (+0000) Subject: Stop reading an NMU file that no longer exists. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=4f2ac6d37c700e562e1ac5feb4e99bae28bb7618 Stop reading an NMU file that no longer exists. --- 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);