projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435645a
)
bugnum
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Sep 2006 06:24:27 +0000
(06:24 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Sep 2006 06:24:27 +0000
(06:24 +0000)
IkiWiki/Rcs/tla.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/tla.pm
b/IkiWiki/Rcs/tla.pm
index 0f62dfa830123b2b9f77e7fc8772d0ed9a479dd6..48dc78157ae95b5406a6fdf61b04bb236c1f4a91 100644
(file)
--- a/
IkiWiki/Rcs/tla.pm
+++ b/
IkiWiki/Rcs/tla.pm
@@
-10,6
+10,7
@@
package IkiWiki;
my $tla_webcommit=qr/^web commit (by (\w+)|from (\d+\.\d+\.\d+\.\d+)):?(.*)/;
sub quiet_system (@) {
+ # See Debian bug #385939.
open (SAVEOUT, ">&STDOUT");
close STDOUT;
my $ret=system(@_);