We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb0f3 commit e14662dCopy full SHA for e14662d
bin/rbenv-install
@@ -28,4 +28,5 @@ esac
28
VERSION_NAME="${DEFINITION##*/}"
29
PREFIX="${RBENV_ROOT}/versions/${VERSION_NAME}"
30
31
-exec ruby-build "$DEFINITION" "$PREFIX"
+ruby-build "$DEFINITION" "$PREFIX"
32
+rbenv rehash
0 commit comments