mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
10 lines
177 B
Bash
Executable file
10 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 "$@"
|