Skip to content

Commit

Permalink
Add /usr/bin too
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Jul 11, 2009
1 parent c492525 commit be4fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mactaeb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use YAML::Syck;

my %options;

$ENV{PATH} = "$ENV{PATH}:/opt/local/bin:/usr/bin/games";
$ENV{PATH} = "$ENV{PATH}:/usr/bin:/opt/local/bin:/usr/bin/games";

# XXX: I tried using Module::Install::Can::can_run but it always returned true..
if (`which nethack`) {
Expand Down

0 comments on commit be4fbde

Please sign in to comment.