From 5851f0f753db2d84709be139ba41dc4e7c4fe83a Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 4 Sep 2006 06:24:27 +0000 Subject: [PATCH] bugnum --- IkiWiki/Rcs/tla.pm | 1 + 1 file changed, 1 insertion(+) 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(@_); -- 2.32.0.93.g670b81a890