Remove deprecated set-default and set-local commands

This commit is contained in:
Sam Stephenson 2011-12-25 20:39:11 -05:00
parent 5052a4161c
commit cd2094ff71
2 changed files with 0 additions and 18 deletions

View file

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

View file

@ -1,9 +0,0 @@
#!/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 "$@"