This website requires JavaScript.
Explore
Help
Sign in
github
/
pyenv
Watch
1
Star
0
Fork
You've already forked pyenv
0
mirror of
https://github.com/pyenv/pyenv.git
synced
2024-11-21 20:47:00 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
20425c297f
pyenv
/
libexec
/
rbenv-set-local
6 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Fix argument that cannot be sent to bash via env /usr/bin/env seems to have problems with arguments to bash on some platforms. To bypass this, use set -e instead.
2011-08-12 05:33:45 -04:00
#!/usr/bin/env bash
set -e
Add rbenv-set-local
2011-08-01 17:22:35 -04:00
Remove set- prefix from local and default commands.
2011-08-13 02:34:15 -04:00
echo "set-local has been renamed to local" >&2
rbenv-local "$@"
Reference in a new issue
Copy permalink