Commit 5a67dde5 by Sam Stephenson

Merge pull request #201 from fgrehm/hooks-support

Allow hooks to be defined for rbenv-install
parents 172b0680 cb2a79f1
......@@ -61,6 +61,10 @@ done
DEFINITION="${ARGUMENTS[0]}"
[ -n "$DEFINITION" ] || usage 1
for script in $(rbenv-hooks install); do
source "$script"
done
VERSION_NAME="${DEFINITION##*/}"
PREFIX="${RBENV_ROOT}/versions/${VERSION_NAME}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment