pyenv/libexec/rbenv-set-local

10 lines
177 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -e
2011-08-01 21:22:35 +00:00
2011-08-18 19:09:48 +00:00
{ echo "rbenv: warning: \`set-local' has been renamed to \`local'"
echo " and will be removed in v0.3.0"
echo
} >&2
exec rbenv-local "$@"