Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
on the JVM, we are perl6-j
  • Loading branch information
moritz committed Oct 29, 2013
1 parent 9952073 commit 55ff4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/terms.pm
Expand Up @@ -147,7 +147,7 @@ sub term:<time>() { nqp::p6box_i(nqp::time_i()) }
nqp::p6box_s(pir::interpinfo__Si(pir::const::INTERPINFO_EXECUTABLE_FULLNAME));
#?endif
#?if jvm
'perl6';
'perl6-j';
#?endif
nqp::bindkey(nqp::who(PROCESS), '$EXECUTABLE_NAME', $EXECUTABLE_NAME);
my Mu $comp := nqp::getcomp('perl6');
Expand Down

0 comments on commit 55ff4fc

Please sign in to comment.