Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable $*TMPDIR on Moar, now it doesn't blow up.
  • Loading branch information
jnthn committed Jan 14, 2014
1 parent d09f92d commit 0e90c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/terms.pm
Expand Up @@ -167,7 +167,5 @@ sub term:<time>() { nqp::p6box_i(nqp::time_i()) }
my $PROGRAM_NAME = $comp.user-progname();
nqp::bindkey(nqp::who(PROCESS), '$PROGRAM_NAME', $PROGRAM_NAME);

#?if !moar
$PROCESS::TMPDIR = IO::Spec.tmpdir().path;
#?endif
}

0 comments on commit 0e90c73

Please sign in to comment.