From 96502873926ea12eba67ecb2f86c89f74fe31a4b Mon Sep 17 00:00:00 2001 From: doogie <> Date: Thu, 22 Nov 2001 01:46:44 -0800 Subject: [PATCH] [project @ 2001-11-22 01:46:44 by doogie] If the source package name is different than the package name, include it in the list of other bug pages to visit. --- cgi/pkgreport.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 51a4a28e..507f4809 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -157,6 +157,7 @@ if (defined $pkg || defined $src) { } else { print "You may want to refer to the following individual bug pages:
\n"; } + push @pkgs, $src if ( $src && !grep(/^\Q$src\E$/, @pkgs) ); print join( ", ", map( "$_", @pkgs ) ); print ".\n"; } -- 2.39.5