Skip to content

Instantly share code, notes, and snippets.

@miyucy
Created November 26, 2009 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miyucy/243177 to your computer and use it in GitHub Desktop.
Save miyucy/243177 to your computer and use it in GitHub Desktop.
--- /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