bugnum
parent
435645a8ee
commit
5851f0f753
|
@ -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(@_);
|
||||
|
|
Loading…
Reference in New Issue