Skip to content

Commit

Permalink
Correct erroneous argument to /usr/sbin/sysctl.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49798 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed Nov 8, 2010
1 parent 32af289 commit 1636189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/init/hints/darwin.pm
Expand Up @@ -62,7 +62,7 @@ sub runstep {
$flagsref->{$flag} =~ s/^\s+//;
}

my $osvers = `/usr/sbin/sysctl -n kern.osreldate`;
my $osvers = `/usr/sbin/sysctl -n kern.osrelease`;
chomp $osvers;

$conf->data->set(
Expand Down

0 comments on commit 1636189

Please sign in to comment.