We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd6f9f commit 6b63991Copy full SHA for 6b63991
bin/rbenv-install
@@ -24,10 +24,6 @@
24
set -e
25
[ -n "$RBENV_DEBUG" ] && set -x
26
27
-if [ -z "$RBENV_ROOT" ]; then
28
- RBENV_ROOT="${HOME}/.rbenv"
29
-fi
30
-
31
# Add `share/ruby-build/` directory from each rbenv plugin to the list of
32
# paths where build definitions are looked up.
33
shopt -s nullglob
bin/rbenv-uninstall
@@ -23,10 +23,6 @@ usage() {
23
[ -z "$1" ] || exit "$1"
}
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
usage 0
fi
0 commit comments