1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-01-10 12:41:39 +00:00
pyenv/libexec/rbenv-set-local
2011-08-18 14:09:48 -05:00

9 lines
177 B
Bash
Executable file

#!/usr/bin/env bash
set -e
{ echo "rbenv: warning: \`set-local' has been renamed to \`local'"
echo " and will be removed in v0.3.0"
echo
} >&2
exec rbenv-local "$@"