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:
1716f2b
)
fix typ0
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 7 Apr 2008 21:31:47 +0000
(21:31 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 7 Apr 2008 21:31:47 +0000
(21:31 +0000)
cgi-bin/show_status.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_status.pl
b/cgi-bin/show_status.pl
index d41dff1da3973f9a52cc3f17ed61dc6abd76d699..58ce59f14d5cce8783f69df9cf88697e7c75e008 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->{buildflags} .- " --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;