]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
bugnum
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Sep 2006 06:24:27 +0000 (06:24 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Sep 2006 06:24:27 +0000 (06:24 +0000)
IkiWiki/Rcs/tla.pm

index 0f62dfa830123b2b9f77e7fc8772d0ed9a479dd6..48dc78157ae95b5406a6fdf61b04bb236c1f4a91 100644 (file)
@@ -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(@_);