Created
May 14, 2018 20:38
-
-
Save brodygov/8e431d5f72e6014850d8636b7f953e7c to your computer and use it in GitHub Desktop.
rbenv root patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/lib/rbenv/libexec/rbenv 2013-01-04 18:27:26.000000000 +0000 | |
+++ /usr/lib/rbenv/libexec/rbenv 2018-05-14 20:21:59.322775897 +0000 | |
@@ -21,7 +21,8 @@ | |
} | |
if [ -z "${RBENV_ROOT}" ]; then | |
- RBENV_ROOT="${HOME}/.rbenv" | |
+ #RBENV_ROOT="${HOME}/.rbenv" | |
+ RBENV_ROOT="/opt/ruby_build" | |
else | |
RBENV_ROOT="${RBENV_ROOT%/}" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apply with