Skip to content

Commit

Permalink
Bugfix: 'rvm rubygems 1.3.7' thanks to Matthew McEachen (mrm_adgrok) …
Browse files Browse the repository at this point in the history
…w00t!
  • Loading branch information
wayneeseguin committed Nov 2, 2010
1 parent eccab2c commit ef60a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rubygems
Expand Up @@ -85,7 +85,7 @@ rubygems_setup()
builtin cd "${rvm_src_path:-"$rvm_path/src"}/$rvm_gem_package_name"

__rvm_run "rubygems.install" \
"GEM_PATH=\"$rvm_ruby_gem_path:$rvm_ruby_global_gems_path\" GEM_HOME=\"$rvm_ruby_gem_home\" BUNDLE_PATH=\"$rvm_ruby_gem_home $rvm_ruby_home/bin/ruby\" \"${rvm_src_path:-"$rvm_path/src"}/$rvm_gem_package_name/setup.rb\"" \
"GEM_PATH=\"$rvm_ruby_gem_path:$rvm_ruby_global_gems_path\" GEM_HOME=\"$rvm_ruby_gem_home\" \"$rvm_ruby_home/bin/ruby\" \"${rvm_src_path:-"$rvm_path/src"}/$rvm_gem_package_name/setup.rb\"" \
"Installing rubygems for $rvm_ruby_home/bin/ruby"
result=$?

Expand Down

0 comments on commit ef60a59

Please sign in to comment.