1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Deprecate ruby-local-exec

This commit is contained in:
Sam Stephenson
2013-01-04 10:12:29 -06:00
parent 41cfa5f3d0
commit 7f975a37f9

View File

@@ -13,4 +13,11 @@
set -e
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 "$@"