From: Andrew Dunstan Date: Fri, 16 Jan 2009 14:37:51 +0000 (+0000) Subject: fix URL to point to current CVS web X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/b435360eef926b4bce16efa8ea5c5d507d638c3b fix URL to point to current CVS web --- diff --git a/cgi-bin/show_log.pl b/cgi-bin/show_log.pl index 929af0d..a966ed9 100755 --- a/cgi-bin/show_log.pl +++ b/cgi-bin/show_log.pl @@ -87,7 +87,7 @@ foreach my $chgd ($changed_this_run,$changed_since_success) foreach (@lines) { next unless m!^pgsql/!; - s!(^\S+)(\s+)(\S+)!$1$2$3!; + s!(^\S+)(\s+)(\S+)!$1$2$3!; } $chgd = join("\n",@lines); $chgd ||= 'not recorded';