Skip to content

Commit

Permalink
Correct Darwin version of sha256sum.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Aug 18, 2011
1 parent 9d842b8 commit 7a273f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/init/hints/darwin.pm
Expand Up @@ -81,7 +81,7 @@ sub runstep {
ld_load_flags => '-undefined dynamic_lookup -bundle',
memalign => 'some_memalign',
has_dynamic_linking => 1,
sha256sum => which('shasum -a 256') ||
sha256sum => 'shasum -a 256' ||
$conf->data->get('sha256sum'),

# TT #344: When built against a dynamic libparrot,
Expand Down

0 comments on commit 7a273f6

Please sign in to comment.