scripts/rvm-install in rvm-0.0.55 vs scripts/rvm-install in rvm-0.0.56
- old
+ new
@@ -19,9 +19,10 @@
echo -e "\n Installing rvm to ~/.rvm/ ..."
for dir_name in src scripts bin log archives config gems examples ; do
mkdir -p $rvm_path/$dir_name
done
+rm -rf $rvm_path/scripts # Clear the old scripts directory so that the old style rvm- scripts are cleared out.
for dir_name in config scripts examples lib ; do
mkdir -p $rvm_path/$dir_name
/bin/cp -Rf $source_dir/$dir_name $rvm_path
done ; unset dir_name