X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=scripts%2Fprocess;h=089fa46888be91a6234ddaa0cbb80f8d18f5498d;hp=716e0a5370e72e7282a6c386444f922ef2a29d60;hb=611a4b401fce2979a485476787afb136acf86af9;hpb=3397d5728b20b83fd6bf778e76a9746c4cef26a9 diff --git a/scripts/process b/scripts/process index 716e0a5..089fa46 100755 --- a/scripts/process +++ b/scripts/process @@ -1262,7 +1262,7 @@ sub fill_template{ }; my $hole_var = {'&bugurl' => sub{"$_[0]: ". - 'http://'.$config{cgi_domain}.'/'. + $config{cgi_domain}.'/'. Debbugs::CGI::bug_links(bug=>$_[0], links_only => 1, );