From d4c5e25d327465157f3d0d67f58d2fd0b460f40a Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Sat, 21 May 2011 19:10:52 +0100 Subject: [PATCH] Remove dupe source --- scripts/install_latest_perl_osx.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install_latest_perl_osx.pl b/scripts/install_latest_perl_osx.pl index 189e3cb..fb12efb 100755 --- a/scripts/install_latest_perl_osx.pl +++ b/scripts/install_latest_perl_osx.pl @@ -34,11 +34,6 @@ 'source ~/perl5/perlbrew/etc/bashrc' ); -run_cmd( - "Updating your current environment", - 'source ~/perl5/perlbrew/etc/bashrc' -); - run_cmd( "Installing Perl $perl_version through perlbrew", "perlbrew install perl-$perl_version"