mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Deprecate ruby-local-exec
This commit is contained in:
parent
41cfa5f3d0
commit
7f975a37f9
1 changed files with 7 additions and 0 deletions
|
@ -13,4 +13,11 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
export RBENV_DIR="${1%/*}"
|
export RBENV_DIR="${1%/*}"
|
||||||
|
|
||||||
|
[ -n "$RBENV_SILENCE_WARNINGS" ] || {
|
||||||
|
echo "rbenv: \`ruby-local-exec' is deprecated and will be removed in the next release."
|
||||||
|
echo " To upgrade: https://github.com/sstephenson/rbenv/wiki/ruby-local-exec"
|
||||||
|
echo
|
||||||
|
} >&2
|
||||||
|
|
||||||
exec ruby "$@"
|
exec ruby "$@"
|
||||||
|
|
Loading…
Reference in a new issue