Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
damn copy paste
  • Loading branch information
wayneeseguin committed Apr 15, 2010
1 parent d3cba9c commit 1633c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage
Expand Up @@ -221,7 +221,7 @@ RubyWrapper
fi


__rvm_run "install" "./installer -a $rvm_rubies_path/$rvm_ruby_interpreter-$rvm_ruby_version-$rvm_ruby_patch_level $rvm_ree_options --dont-install-useful-gems $rvm_ruby_configure_flags --ree-options --no-dev-docs" "Installing $rvm_ruby_string, this may take a while, depending on your cpu(s)..."
__rvm_run "install" "./installer -a $rvm_rubies_path/$rvm_ruby_interpreter-$rvm_ruby_version-$rvm_ruby_patch_level $rvm_ree_options --dont-install-useful-gems $rvm_ruby_configure_flags --no-dev-docs" "Installing $rvm_ruby_string, this may take a while, depending on your cpu(s)..."
result=$? ; if [[ "$result" -gt 0 ]] ; then
$rvm_scripts_path/log "error" "There has been an error while trying to run the ree installer. Aborting the installation." ; __rvm_pushpop ; return $result
fi
Expand Down

0 comments on commit 1633c31

Please sign in to comment.