master
joey 2006-09-04 06:24:27 +00:00
parent 435645a8ee
commit 5851f0f753
1 changed files with 1 additions and 0 deletions

View 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(@_);