Skip to content

Commit

Permalink
Bugfix: global gems cache setting is now exported.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Feb 24, 2010
1 parent 6725e63 commit 38ec72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initialize
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}"
rvm_usr_path="${rvm_usr_path:-"$rvm_path/usr"}"
rvm_symlink_path="${rvm_symlink_path:-$rvm_prefix/bin}"

export rvm_path rvm_rubies_path rvm_scripts_path rvm_archives_path rvm_src_path rvm_log_path rvm_bin_path rvm_gems_path rvm_config_path rvm_tmp_path rvm_hooks_path
export rvm_path rvm_rubies_path rvm_scripts_path rvm_archives_path rvm_src_path rvm_log_path rvm_bin_path rvm_gems_path rvm_config_path rvm_tmp_path rvm_hooks_path rvm_gems_cache_path

0 comments on commit 38ec72e

Please sign in to comment.