scripts/rubygems in rvm-1.1.1 vs scripts/rubygems in rvm-1.1.2
- old
+ new
@@ -10,10 +10,10 @@
{
__rvm_warn_on_rubyopt
unset RUBYOPT
- if [[ -n "$(echo "$rvm_ruby_version" | awk '/^1\.9/')" ]] ; then
+ if [[ -n "$(echo "$rvm_ruby_version" | awk '/^1\.9/')" || ! -z "$(echo $ruby_ruby_interpreter | awk '/^goruy/')" ]] ; then
install=0
elif [[ "$rvm_ruby_string" = "ruby-head" ]] ; then
install=0
elif [[ -n "$(echo "$rvm_ruby_string" | awk '/^rbx|jruby|rubinius/')" ]]; then
install=0