Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo, bartolin++
  • Loading branch information
lizmat committed Dec 3, 2014
1 parent 1632658 commit 725e26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Distro.pm
Expand Up @@ -66,7 +66,7 @@ multi sub INITIALIZE_DYNAMIC('$*DISTRO') {
$auth := 'Apple Computer, Inc.'; # presumably
}
elsif $name eq 'linux' {
if qx/lb_release -a/ ~~ m/
if qx/lsb_release -a/ ~~ m/
Distributor \s+ ID\: \s+ (<[\w\ ]>+) \s+
Description\: \s+ (<[\w\ ]>+) \s+ (<[\d\.]>+) \s+
Release\: \s+ (<[\d\.]>+)
Expand Down

0 comments on commit 725e26e

Please sign in to comment.