Skip to content

Commit

Permalink
slurp the whole command output
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Aug 10, 2012
1 parent 653c773 commit 4fcdaff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ sub _getScreensFromUnix {
}

my $edid =
getFirstLine(command => 'monitor-get-edid-using-vbe') ||
getFirstLine(command => 'monitor-get-edid');
getAllLines(command => 'monitor-get-edid-using-vbe') ||
getAllLines(command => 'monitor-get-edid');
push @screens, { edid => $edid };

return @screens if @screens;
Expand Down

0 comments on commit 4fcdaff

Please sign in to comment.