Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
yet another attempt at fixing eval-client.pl path
  • Loading branch information
moritz committed Mar 21, 2015
1 parent e338022 commit 095e6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -146,7 +146,7 @@ package Evalbot;
},
'rakudo-jvm' => {
chdir => $home,
cmd_line => "$^X $home/rakudo-inst/eval-client.pl $home/p6eval-token run_limited 15 %program",
cmd_line => "$^X $home/rakudo-inst/bin/eval-client.pl $home/p6eval-token run_limited 15 %program",
revision => sub { get_revision_from_file("$home/rakudo-inst/revision")},
},
pugs => {
Expand Down

0 comments on commit 095e6ed

Please sign in to comment.