mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Always set RBENV_DIR in ruby-local-exec
This commit is contained in:
@@ -12,9 +12,5 @@
|
||||
# `cd` into the project first.
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z "$RBENV_DIR" ]; then
|
||||
export RBENV_DIR="${1%/*}"
|
||||
fi
|
||||
|
||||
exec ruby "$@"
|
||||
|
||||
Reference in New Issue
Block a user