Skip to content

Commit

Permalink
Remove no longer needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Broadwell committed Aug 20, 2012
1 parent 6ca2122 commit 6f4cc02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap.pl
Expand Up @@ -16,7 +16,6 @@
.close;
}

my $oldenv = %*ENV<PERL6LIB> // '';
my $env_sep = $*VM<config><osname> eq 'MSWin32' ?? ';' !! ':';
my $destdir = %*ENV<DESTDIR> || "$home/.perl6";
$destdir = "{cwd}/$destdir" unless $destdir ~~ /^ '/' /;
Expand Down

0 comments on commit 6f4cc02

Please sign in to comment.