]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2001-02-20 08:45:40 by ajt]
authorajt <>
Tue, 20 Feb 2001 16:45:40 +0000 (08:45 -0800)
committerajt <>
Tue, 20 Feb 2001 16:45:40 +0000 (08:45 -0800)
get rid of stupid "variable used once" warning

cgi/pkgreport.cgi

index 2e17094978652ce5a52290b3dfd1fdf357e71c51..876e1dee9034e516ce79ab04b317f5240e59bbe4 100755 (executable)
@@ -110,6 +110,7 @@ if (defined $pkg) {
     print "<p>Note that with multi-binary packages there may be other\n";
     print "reports filed under the different binary package names.</p>\n";
     print "\n";
+my $stupidperl = ${debbugs::gPackagePages};
     printf "<p>You might like to refer to the <a href=\"%s\">%s package page</a></p>\n", urlsanit("http://${debbugs::gPackagePages}/$pkg"), htmlsanit("$pkg");
 } elsif (defined $maint || defined $maintenc) {
     print "<p>Note that maintainers may use different Maintainer fields for\n";