Skip to content

Commit

Permalink
comment and fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 24, 2011
1 parent 7006d35 commit 11120e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/selector
Expand Up @@ -728,6 +728,7 @@ __rvm_ruby_string()
;;

([[:digit:]].[[:digit:]]*)
#TODO: use normal code for rbx!
if [[ "${rvm_ruby_interpreter}" == "rbx" ]]
then
if [[ -z "${rvm_ruby_version}" ]]
Expand Down Expand Up @@ -799,7 +800,7 @@ __rvm_ruby_string()
rvm_ruby_sha="$string"
;;

(tv[[:digit:]]* | t[[:digit:]]*)
(tv[[:digit:]]*|t[[:digit:]]*)
rvm_ruby_patch_level="" ; rvm_ruby_revision=""
rvm_ruby_tag="$string"
;;
Expand Down

0 comments on commit 11120e5

Please sign in to comment.