scripts/rvm-install in rvm-0.0.88 vs scripts/rvm-install in rvm-0.0.89

- old
+ new

@@ -42,9 +42,13 @@ if [[ -d "$source_dir/$dir_name" ]] ; then cp -Rf "$source_dir/$dir_name" "$rvm_path" fi done ; unset dir_name +if [[ ! -s "$rvm_path/config/user" ]] ; then + echo '# Users settings file, overrides db file settings and persists across installs.' >> $rvm_path/config/user +fi + # # Bin Scripts # echo -e "\n Installing bin scripts to $rvm_path/bin ..." # Cleanse and purge...