Created
July 21, 2012 03:56
-
-
Save dmexe/3154525 to your computer and use it in GitHub Desktop.
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
*** a/libexec/rbenv 2011-12-26 02:32:48.000000000 +0000 | |
--- b/libexec/rbenv 2012-07-21 07:41:23.401917945 +0000 | |
*************** | |
*** 21,27 **** | |
} | |
if [ -z "${RBENV_ROOT}" ]; then | |
! RBENV_ROOT="${HOME}/.rbenv" | |
else | |
RBENV_ROOT="${RBENV_ROOT%/}" | |
fi | |
--- 21,27 ---- | |
} | |
if [ -z "${RBENV_ROOT}" ]; then | |
! RBENV_ROOT="/usr/lib/rbenv" | |
else | |
RBENV_ROOT="${RBENV_ROOT%/}" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment