Skip to content

Commit

Permalink
allow selecting aliases, fix #1171
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 7, 2012
1 parent 499dee5 commit 7f7b25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli
Expand Up @@ -365,7 +365,7 @@ __rvm_parse_args()
rvm_gemset_name="${rvm_token/.gems/}"
rvm_file_name="$rvm_gemset_name.gems"
elif
[[ -f "$rvm_rubies_path/$rvm_token" ]] # ruby
[[ -f "$rvm_rubies_path/$rvm_token" || -L "$rvm_rubies_path/$rvm_token" ]] # ruby || alias
then
rvm_ruby_string=$rvm_token
rvm_ruby_strings="$rvm_token"
Expand Down

0 comments on commit 7f7b25d

Please sign in to comment.