git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d4fa1
)
fix typ0 ... again
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 7 Apr 2008 21:35:41 +0000
(21:35 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 7 Apr 2008 21:35:41 +0000
(21:35 +0000)
cgi-bin/show_status.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_status.pl
b/cgi-bin/show_status.pl
index 58ce59f14d5cce8783f69df9cf88697e7c75e008..d60fb9f7f563cf7b6f7bfd7e2d1e676cf1356838 100755
(executable)
--- a/
cgi-bin/show_status.pl
+++ b/
cgi-bin/show_status.pl
@@
-59,7
+59,7
@@
while (my $row = $sth->fetchrow_hashref)
# enable-integer-datetimes is now the default
if ($row->{branch} eq 'HEAD' || $row->{branch} gt 'REL8_3_STABLE')
{
- $row->{build_flags} .
-
" --enable-integer-datetimes "
+ $row->{build_flags} .
=
" --enable-integer-datetimes "
unless ($row->{build_flags} =~ /--(en|dis)able-integer-datetimes/);
}
$row->{build_flags} =~ s/--((enable|with)-)?//g;