Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
newer
  • Loading branch information
diakopter committed Oct 14, 2013
1 parent e2559d7 commit 43c8596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evalbot.pl
Expand Up @@ -133,8 +133,8 @@ package Evalbot;
cmd_line => './rakudo-jvm/bin/nqp %program',
},
'nqp-moarvm' => {
chdir => "$home/MoarVM/nqp-cc",
cmd_line => '../moarvm nqp.moarvm %program',
chdir => "$home/nqp-moarvm/install/bin",
cmd_line => './nqp %program',
},
'rakudo-jvm' => {
chdir => $home,
Expand Down

0 comments on commit 43c8596

Please sign in to comment.