Skip to content

Commit

Permalink
3-args open
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed May 15, 2012
1 parent 07d8857 commit dfbe285
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ sub _getScreensFromUnix {
if (-d '/sys') {
my $wanted = sub {
return unless $File::Find::name =~ m{/edid$};
open my $t, "<$File::Find::name";
open my $t, '<', $File::Find::name;
my $edid = <$t>;
close $t;

Expand Down

0 comments on commit dfbe285

Please sign in to comment.