From 616827f7a3625db52bc0daf22d83c5b26758988b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 7 Dec 2013 16:10:32 -0800 Subject: [PATCH] fix bugcfg usage in bugcounts --- bugcounts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bugcounts b/bugcounts index 15455ab..ae678a8 100755 --- a/bugcounts +++ b/bugcounts @@ -49,8 +49,8 @@ for my $bug (values %scanlib::bugs) { $total++; $pendingcount++ if ($bug->{'pending'}); $patchcount++ if ($bug->{'patch'}); - $ignorecount++ if ($bug->{$debian_releases->{stable}.'-ignore'} || - $bug->{$debian_releases->{testing}.'-ignore'}); + $ignorecount++ if ($bug->{$bugcfg::debian_releases->{stable}.'-ignore'} || + $bug->{$bugcfg::debian_releases->{testing}.'-ignore'}); $worrycount++ if (scanlib::check_worry($bug)); $stablecount++ if (scanlib::check_worry_stable($bug)); } -- 2.39.2