Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use rakudo's nqp-m
  • Loading branch information
moritz committed Jan 16, 2014
1 parent 2644d7e commit 8d86eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -149,7 +149,7 @@ package Evalbot;
cmd_line => './rakudo-inst/bin/nqp-j %program',
},
'nqp-moarvm' => {
chdir => "$home/nqp-moarvm/install/bin",
chdir => './rakudo-inst/bin/nqp-m %program',
cmd_line => './nqp-m %program',
},
'rakudo-jvm' => {
Expand Down

0 comments on commit 8d86eb0

Please sign in to comment.