Browse Source

rvmFix Fixes a bug with configuring RVM

msmith-techempower 10 years ago
parent
commit
7673dcc007
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/rvm.sh

+ 1 - 1
toolset/setup/linux/languages/rvm.sh

@@ -17,7 +17,7 @@ RETCODE=$(fw_exists rvm.installed)
 
 # Run single-user installation and source rvm
 gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
-\curl -sSL https://get.rvm.io | bash -s stable
+\curl -sSL https://get.rvm.io | SHELL=/bin/bash bash -s stable
 source $HOME/.rvm/scripts/rvm
 
 touch $IROOT/rvm.installed