From 55e10f5aeb6d0559518623a432263d4a73d7614b Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Fri, 24 Oct 2014 23:01:30 +0200 Subject: Fix perlcritic issues for all scripts starting with s to z --- scripts/xmms2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/xmms2.pl') diff --git a/scripts/xmms2.pl b/scripts/xmms2.pl index 82de202..ce2c9d8 100644 --- a/scripts/xmms2.pl +++ b/scripts/xmms2.pl @@ -45,7 +45,7 @@ sub cmd_xmms { $args =~ s/\s+$//; #fix unneeded whitespaces after output dest. my (@t, $t, $ttotal, @pos, $pos, $postotal, $title); - open xmms, '/tmp/xmms-info' || die; # if nothing happens, it probably + open xmms, "<", '/tmp/xmms-info' || die; # if nothing happens, it probably # failed here! while() { -- cgit v1.2.3