Skip to content

Commit

Permalink
fix --19 / --18 flag detection for jruby, update #875, notify @michae…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed May 22, 2012
1 parent 42ffc82 commit b34d17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/selector
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ __rvm_select()
rvm_ruby_version="head"
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "jruby_repo_url")}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "jruby_repo_url")}"
elif [[ -n ${rvm_configure_flags:-} ]]
elif [[ ${rvm_18_flag:-0} == 1 || ${rvm_19_flag:-0} == 1 ]]
then
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "jruby_repo_url")}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "jruby_repo_url")}"
Expand Down

0 comments on commit b34d17f

Please sign in to comment.