This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
pyenv
Watch
1
Star
0
Fork
0
You've already forked pyenv
mirror of
https://github.com/pyenv/pyenv.git
synced
2026-02-07 03:07:36 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pyenv
/
libexec
/
rbenv-set-default
6 lines
98 B
Plaintext
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 11:33:45 +02:00
#!/usr/bin/env bash
set -e
Add missing `set -e`
2011-08-01 15:56:52 -05:00
Remove set- prefix from local and default commands.
2011-08-13 07:34:15 +01:00
echo "set-default has been renamed to default" >&2
rbenv-default "$@"
Reference in New Issue
Copy Permalink