scripts/cli in rvm-0.1.46 vs scripts/cli in rvm-0.1.47

- old
+ new

@@ -585,13 +585,11 @@ ;; notes) $rvm_scripts_path/notes ; result=$? ;; reload) unset rvm_loaded_flag ; rvm_reload_flag=1 ;; fetch|install|uninstall|remove) - if [[ -n "$rvm_ruby_strings" ]] && $rvm_scripts_path/match "$rvm_ruby_strings" "," ; then + if [[ -n "$rvm_ruby_strings" ]]; then $rvm_scripts_path/manage "$rvm_action" "$rvm_ruby_strings" - elif [[ -n "$rvm_ruby_string" ]]; then - $rvm_scripts_path/manage "$rvm_action" "$rvm_ruby_string" else $rvm_scripts_path/manage "$rvm_action" fi result=$? ;;