Skip to content

Commit

Permalink
Simple fix to make sure rvm is added to the path, even with system lo…
Browse files Browse the repository at this point in the history
…aded
  • Loading branch information
Sutto committed Aug 26, 2010
1 parent 140987a commit a380ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/rvm
Expand Up @@ -74,6 +74,10 @@ if [[ "$rvm_loaded_flag" != "1" ]] || [[ "$rvm_reload_flag" = "1" ]] ; then
source "$rvm_environments_path/default"
fi
fi

# Makes sure rvm_bin_path is in PATH atleast once.
__rvm_conditionally_add_bin_path

else
printf "\n\$rvm_path is not set. rvm cannot load."
fi
Expand Down

0 comments on commit a380ea1

Please sign in to comment.