Skip to content

Instantly share code, notes, and snippets.

@dmexe
Created July 21, 2012 03:56
Show Gist options
  • Save dmexe/3154525 to your computer and use it in GitHub Desktop.
Save dmexe/3154525 to your computer and use it in GitHub Desktop.
*** 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