Skip to content
Snippets Groups Projects
Commit 2cbc545f authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Load RVM on Linux too...

parent 32ee36d9
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ SYSTEM=`uname | cut -f 1 -d_`
cd $(dirname $0)/../..
set +ex
[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
set -ex
if [ "$SYSTEM" == "MSYS" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment