binscripts/rvm-auto-ruby in rvm-0.1.45 vs binscripts/rvm-auto-ruby in rvm-0.1.46

- old
+ new

@@ -11,8 +11,9 @@ else echo "Unable to detect rvm, please manually set the rvm_path env variable." >&2 exit 1 fi +[[ -s "$rvm_environments_path/default" ]] && source "$rvm_environments_path/default" rvm load-rvmrc > /dev/null 2>&1 exec ruby "$@"