Skip to content

Commit

Permalink
Fix for __rvm_gemset_gemdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed May 27, 2010
1 parent c2e81bc commit f5a010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gemsets
Expand Up @@ -11,7 +11,7 @@ if [[ ! -d "$rvm_ruby_gem_home" ]] && command -v gem > /dev/null 2>&1; then rvm_
trap "if [[ -d $rvm_tmp_path/ ]] && [[ -s $rvm_tmp_path/$$ ]] ; then rm -f $rvm_tmp_path/$$ > /dev/null 2>&1 ; fi ; exit" 0 1 2 3 15

__rvm_gemset_name() {
__rvm_gemset_gemdir | awk -F${rvm_gemset_separator} '{print $2}'
__rvm_gemset_dir | awk -F${rvm_gemset_separator} '{print $2}'
}

__rvm_gemset_dir() {
Expand Down

0 comments on commit f5a010e

Please sign in to comment.