summaryrefslogtreecommitdiffstats
path: root/scripts/osd.pl
diff options
context:
space:
mode:
authorObfuscoder2014-10-19 11:54:16 +0200
committerObfuscoder2014-10-19 11:54:16 +0200
commitdd80027b51b3ee71027a2612595aee38e38c0d6e (patch)
tree0f0b84efd10e9288695d86b69de324c467fe4e7b /scripts/osd.pl
parent263a56d196da657b72ccf2b195b50008d6a988dc (diff)
downloadscripts.irssi.org-dd80027b51b3ee71027a2612595aee38e38c0d6e.tar.bz2
Fix perlcritic issues for all scripts starting with m to r
Diffstat (limited to 'scripts/osd.pl')
-rw-r--r--scripts/osd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osd.pl b/scripts/osd.pl
index 0d80f8a..ab2a690 100644
--- a/scripts/osd.pl
+++ b/scripts/osd.pl
@@ -215,7 +215,7 @@ sub pipe_open {
if ( $version =~ /^2.*/ ) {
$command .= " --indent=".Irssi::settings_get_str('osd_indent');
}
- open( OSDPIPE, $command )
+ open( OSDPIPE, "|-", $command )
or print "The OSD program can't be started, check if you have osd_cat installed AND in your path.";
OSDPIPE->autoflush(1);
}