scripts/cli in rvm-1.1.2 vs scripts/cli in rvm-1.1.3
- old
+ new
@@ -643,13 +643,12 @@
__rvm_initialize
__rvm_parse_args "$@"
- result=$?
-
- if [[ $result -gt 0 ]] ; then
+ if [[ $? -gt 0 ]] ; then
+ result=$?
return $result
fi
rvm_action="${rvm_action:-usage}"
@@ -793,6 +792,8 @@
__rvm_teardown
return ${result:-0}
}
+
+__rvm_project_rvmrc