pyenv/libexec/rbenv-set-local

10 lines
177 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -e
2011-08-01 17:22:35 -04:00
2011-08-18 15:09:48 -04: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 "$@"