scripts/help in rvm-0.1.39 vs scripts/help in rvm-0.1.40
- old
+ new
@@ -1,11 +1,7 @@
#!/usr/bin/env bash
-
-source $rvm_scripts_path/initialize
-
-if [[ ! -z "$rvm_trace_flag" ]] ; then set -x ; export rvm_trace_flag ; fi
-
-trap "if [[ -d $rvm_tmp_path/ ]] && [[ -s $rvm_tmp_path/$$ ]] ; then rm -f $rvm_tmp_path/$$ > /dev/null 2>&1 ; fi ; exit" 0 1 2 3 15
+rvm_base_except="selector"
+source "$rvm_scripts_path/base"
rvm_help_path="${rvm_help_path:-"$rvm_path/help"}"
command="$(echo $* | awk '{print $1}')"
action="$(echo $* | awk '{print $2}')"