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-08 19:47:39 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pyenv
/
bin
/
rbenv-shim
4 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use /usr/bin/env rather than /bin/bash
2011-08-02 19:11:41 -04:00
#!/usr/bin/env bash -e
Initial commit
2011-08-01 15:50:26 -05:00
Properly quote arguments with spaces
2011-08-02 09:38:36 -05:00
exec rbenv-exec "${0##*/}" "$@"
Reference in New Issue
Copy Permalink