Skip to content

Commit

Permalink
Release 1.9.1; environment file bufix thanks to Jesse P. from Blue Bo…
Browse files Browse the repository at this point in the history
…x Group.
  • Loading branch information
wayneeseguin committed Oct 29, 2011
1 parent 4fc421c commit f2d0594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.9.0
1.9.1
2 changes: 1 addition & 1 deletion lib/rvm.rb
Expand Up @@ -54,7 +54,7 @@
# RVM::Environment.new, versus RVM.environment
#
module RVM
VERSION = "1.9.0"
VERSION = "1.9.1"

require "rvm/errors"

Expand Down
4 changes: 2 additions & 2 deletions scripts/functions/environment
Expand Up @@ -299,9 +299,9 @@ __rvm_teardown()
# method. The array will be appended to whenever variables are used that
# should be cleaned up when the current RVM commadn is done.
# Cleanse and purge! (may be some redundancy here)
#
#
# NOTE: Removing rvm_bin_path here causes system wide installations to generate
# a currupt PATH, breaking the RVM installation.
# a corrupt PATH, breaking the RVM installation.
unset rvm_ruby_strings rvm_head_flag rvm_prior_cc next_token rvm_error_message rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_man_path rvm_parse_break rvm_rc_files rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_user_install_flag rvm_token rvm_ruby_load_path rvm_path_flag rvm_ruby_require rvm_action rvm_ruby_package_file rvm_ruby_name rvm_static_flag rvm_export_args rvm_ruby_name rvm_ruby_args rvm_default_flag rvm_gems_cache_path rvm_gemset_separator rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_expanding_aliases rvm_loaded_flag rvm_llvm_flag
#removed after fixing teardown - rvm_ruby_user_tag rvm_ruby_sha

Expand Down

0 comments on commit f2d0594

Please sign in to comment.