From 6f4cc02c6e6de9944cd29c883c96d468188b19d2 Mon Sep 17 00:00:00 2001 From: Geoffrey Broadwell Date: Mon, 20 Aug 2012 16:30:02 -0700 Subject: [PATCH] Remove no longer needed variable --- bootstrap.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.pl b/bootstrap.pl index fe769bd..0d004e9 100644 --- a/bootstrap.pl +++ b/bootstrap.pl @@ -16,7 +16,6 @@ .close; } -my $oldenv = %*ENV // ''; my $env_sep = $*VM eq 'MSWin32' ?? ';' !! ':'; my $destdir = %*ENV || "$home/.perl6"; $destdir = "{cwd}/$destdir" unless $destdir ~~ /^ '/' /;