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"