Skip to content

Commit

Permalink
Was too agressive with last commit. We still want to use gemsets :-p
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Feb 23, 2010
1 parent 33df31d commit c715492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/selector
Expand Up @@ -207,6 +207,10 @@ __rvm_select() {
export GEMSTONE_GLOBAL_DIR=$MAGLEV_HOME
fi

if [[ ! -z "$rvm_gem_set_name" ]] ; then
rvm_ruby_gem_home="${rvm_ruby_gem_home}%${rvm_gem_set_name}"
fi

rvm_ruby_selected_flag=1

mkdir -p $rvm_ruby_log_path
Expand Down

0 comments on commit c715492

Please sign in to comment.