Skip to content

Commit

Permalink
Consolidation, yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Sep 7, 2011
1 parent 2a3c792 commit 241c12e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/functions/manage/base
Expand Up @@ -123,12 +123,11 @@ __rvm_install_source()
__rvm_select
fi

__rvm_setup_compile_environment

case ${rvm_ruby_string:-""} in
ruby-1.8*|ree*|ruby-1.9*)
if [[ "$OSTYPE" == darwin* ]] && [[ -x /usr/bin/gcc-4.2 ]]
then
export CC="/usr/bin/gcc-4.2"
fi
true # carry on then, nothing to see here :P
;;
ruby-head|1.9.*-head)
if ! __rvm_ensure_has_mri_ruby "1.8.|ree"
Expand Down

0 comments on commit 241c12e

Please sign in to comment.