diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 06:24:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 06:24:27 +0000 |
commit | 5851f0f753db2d84709be139ba41dc4e7c4fe83a (patch) | |
tree | 3667f2d41c1e9685be13d1d13f2840e5ee3970fc /IkiWiki/Rcs | |
parent | 435645a8ee02afb739eb454e7bc51db0b0e64973 (diff) | |
download | ikiwiki-5851f0f753db2d84709be139ba41dc4e7c4fe83a.tar ikiwiki-5851f0f753db2d84709be139ba41dc4e7c4fe83a.tar.gz |
bugnum
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r-- | IkiWiki/Rcs/tla.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Rcs/tla.pm b/IkiWiki/Rcs/tla.pm index 0f62dfa83..48dc78157 100644 --- 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(@_); |