From 1633c31603b9da9224856fe2cc16309f96974e78 Mon Sep 17 00:00:00 2001 From: "Wayne E. Seguin" Date: Thu, 15 Apr 2010 14:17:49 -0400 Subject: [PATCH] damn copy paste --- scripts/manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manage b/scripts/manage index f546a06435..3ee6d3bb24 100755 --- a/scripts/manage +++ b/scripts/manage @@ -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