Browse Source

Merge pull request #1868 from blee-techempower/fix-rvm-config

Fix rvm.sh
Mike Smith 9 years ago
parent
commit
1a43b7f287
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

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-RETCODE=$(fw_exists rvm.installed)
+RETCODE=$(fw_exists ${IROOT}/rvm.installed)
 [ ! "$RETCODE" == 0 ] || { \
   # Assume single-user installation
   source $IROOT/rvm.installed