Created
November 26, 2009 01:55
-
-
Save miyucy/243177 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/lib/ruby/gems/1.8/gems/rvm-0.0.82/scripts/ruby-installer 2009-11-25 19:07:14.000000000 +0900 | |
+++ ~/.rvm/scripts/ruby-installer 2009-11-26 10:49:02.000000000 +0900 | |
@@ -410,7 +410,7 @@ | |
PATH=$(echo $PATH | tr ':' '\n' | awk '$0 !~ /rvm/' | paste -sd : -) | |
PATH=$rvm_bin_path:$PATH ; export PATH | |
- rvm_ruby_repo_url=$rvm_shyouhei_repo_url | |
+ #rvm_ruby_repo_url=$rvm_shyouhei_repo_url | |
unset rvm_ruby_configure | |
rvm_ruby_src_path=$rvm_ruby_home | |
# rvm_ruby_make="rake" | |
@@ -436,7 +436,7 @@ | |
if [[ -s ./Makefile ]] && [[ -z "$rvm_reconfigure_flag" ]] ; then | |
(($rvm_debug_flag)) && $rvm_scripts_path/log "debug" "Skipping configure step, Makefile exists so configure must have already been run." | |
- elif [[ ! -z "rvm_ruby_configure" ]] ; then | |
+ elif [[ ! -z "$rvm_ruby_configure" ]] ; then | |
$rvm_ruby_configure | |
elif [[ -s ./configure ]] ; then | |
__rvm_run "configure" "./configure --prefix=$rvm_ruby_home $rvm_ruby_configure_flags $configure_parameters" "Configuring $rvm_ruby_package_name using $rvm_ruby_configure_flags, this may take a while depending on your cpu(s)..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment