scripts/set in rvm-0.1.35 vs scripts/set in rvm-0.1.36
- old
+ new
@@ -48,12 +48,9 @@
if ! $rvm_scripts_path/match "$args" "$prefix" ; then
args="$prefix $args"
fi
fi
rvm_command="$binary $rvm_ruby_mode $rvm_ruby_require -I$load_path $args"
- elif [[ "gem" = "$(basename $binary)" ]] && $rvm_scripts_path/match "$args" '^install' ; then
- #$rvm_scripts_path/gem install $args
- rvm_command="$rvm_scripts_path/gemsets $rvm_ruby_mode $args $rvm_gem_options"
else
rvm_command="$binary $rvm_ruby_mode $args"
fi
if [[ ! -z "$rvm_json_flag" ]] || [[ ! -z "$rvm_yaml_flag" ]] || [[ ! -z "$rvm_summary_flag" ]] ; then