Skip to content

Commit

Permalink
Fixed rvm.sh setting path for global installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
psanford committed Jul 20, 2011
1 parent f3c708c commit 60584b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/installer
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ if [ -n \"\${BASH_VERSION:-}\" -o -n \"\${ZSH_VERSION:-}\" ] ; then
source \"\$HOME/.rvm/scripts/rvm\"
elif [[ -s \"/usr/local/rvm/scripts/rvm\" ]] ; then
true \${rvm_path:=\"/usr/local/rvm/scripts/rvm\"}
true \${rvm_path:=\"/usr/local/rvm\"}
source \"/usr/local/rvm/scripts/rvm\"
fi
Expand Down

0 comments on commit 60584b5

Please sign in to comment.