From b435360eef926b4bce16efa8ea5c5d507d638c3b Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Fri, 16 Jan 2009 14:37:51 +0000 Subject: [PATCH] fix URL to point to current CVS web --- cgi-bin/show_log.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.30.2