diff options
| author | Obfuscoder | 2014-10-17 20:34:00 +0200 | 
|---|---|---|
| committer | Obfuscoder | 2014-10-22 18:30:36 +0200 | 
| commit | 2329fe260d3393c6bcbc868cb3f7a33d324b1910 (patch) | |
| tree | 90056b11938a47e1662c9e83eec6b08d6385914d /scripts/bandwidth.pl | |
| parent | 263a56d196da657b72ccf2b195b50008d6a988dc (diff) | |
| download | scripts.irssi.org-2329fe260d3393c6bcbc868cb3f7a33d324b1910.tar.bz2 | |
Fix perlcritic issues for all scripts starting with b,c,d
Diffstat (limited to 'scripts/bandwidth.pl')
| -rw-r--r-- | scripts/bandwidth.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/bandwidth.pl b/scripts/bandwidth.pl index c9964da..a614d17 100644 --- a/scripts/bandwidth.pl +++ b/scripts/bandwidth.pl @@ -43,7 +43,7 @@ sub get_stats    my ($old_in, $old_out) = ($last_in, $last_out);    my @localstats; -  if (open my $fh, "$command|")  +  if (open my $fh, q{-|}, $command)     {       @localstats = <$fh>;      close $fh; | 
