You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
177 B

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