Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wayneeseguin/rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed May 14, 2011
2 parents 38f1a0a + 0f54247 commit 5ba0a13
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions scripts/manage
Expand Up @@ -286,19 +286,7 @@ __rvm_install_source()
export GEM_HOME="$rvm_ruby_gem_home" export GEM_HOME="$rvm_ruby_gem_home"
export GEM_PATH="$rvm_ruby_gem_path" export GEM_PATH="$rvm_ruby_gem_path"


case "$rvm_ruby_string" in "$rvm_scripts_path/rubygems" ${rvm_rubygems_version:-latest}
ruby-1.8*)
version="${rvm_ruby_version//*.}"
if [[ $version -lt 7 ]] ; then
"$rvm_scripts_path/rubygems" 1.3.7
else
"$rvm_scripts_path/rubygems" latest
fi
;;
*)
"$rvm_scripts_path/rubygems" latest
;;
esac
result=$? result=$?


__rvm_bin_script __rvm_bin_script
Expand Down

0 comments on commit 5ba0a13

Please sign in to comment.