Skip to content

Commit

Permalink
unset rvm_ruby_strings inside of __rvm_teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed May 29, 2010
1 parent cd02260 commit 8e8c7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/utility
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ __rvm_teardown() {
else
:
fi
# Ruby strings are scoped to their action.
# Hence, we ensure we remove them at in
# the cleanup phase.
unset rvm_ruby_strings
}

# Query the rvm key-value database for a specific key
Expand Down

0 comments on commit 8e8c7e1

Please sign in to comment.