diff --git a/scripts/install b/scripts/install index f851b0424b..22a5226e54 100755 --- a/scripts/install +++ b/scripts/install @@ -170,7 +170,6 @@ fi # Initial Interpreter Gemsets. # spinner -set -x mkdir -p "$rvm_gemsets_path" for gemset_file in $(cd $install_source_path/gemsets ; ls *.gems **/*.gems) ; do destination_path="$(dirname "$rvm_gemsets_path/${gemset_file}")" @@ -182,7 +181,6 @@ for gemset_file in $(cd $install_source_path/gemsets ; ls *.gems **/*.gems) ; do cp $source_path/$gemset_file "$destination" fi done ; unset destination destination_path -set +x # # Migrate ~/.rvm/ruby-X,jruby-X,... to ~/.rvm/rubies/ for 0.1.0.