scripts/selector in rvm-0.0.64 vs scripts/selector in rvm-0.0.65

- old
+ new

@@ -189,10 +189,10 @@ RUBY_VERSION=$rvm_ruby_string ; export RUBY_VERSION IRBRC="$rvm_ruby_irbrc" ; export IRBRC if [[ -z "$IRBRC" ]] ; then unset IRBRC ; fi if [[ ! -d $MY_RUBY_HOME ]] ; then - __rvm_log "warn" "$rvm_ruby_interpreter $rvm_ruby_version is not installed." + __rvm_log "warn" "$rvm_ruby_interpreter $rvm_ruby_string is not installed.\nTo install do: 'rvm install $rvm_ruby_string'" if [[ ! -z "$rvm_install_on_use_flag" ]] ; then __rvm_install_ruby $rvm_ruby_interpreter $rvm_ruby_version $rvm_ruby_patch_level fi fi