From: Steinar H. Gunderson Date: Thu, 8 Mar 2007 12:40:02 +0000 (+0000) Subject: Unbreak bugdiff wrt. the new structures, and fix a few warnings. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=011374c1df4f7184bebd218a77271e1d880a2b0d Unbreak bugdiff wrt. the new structures, and fix a few warnings. --- diff --git a/bugdiff b/bugdiff index 59daac7..a4816bf 100755 --- a/bugdiff +++ b/bugdiff @@ -41,7 +41,7 @@ sub closedbugs() { print "\n"; } } else { - print "Closed/downgraded release-critical bugs:\n" if (%removed>0); + print "Closed/downgraded release-critical bugs:\n" if (scalar keys %removed>0); for my $p (sort keys %removed) { print " $p: "; - print join(", ", sort split(/ /, $removed{$p})); + print join(", ", sort @{$removed{$p}}); print "\n"; } } @@ -66,7 +66,7 @@ sub openedbugs() { print "