mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
/usr/bin/env seems to have problems with arguments to bash on some platforms. To bypass this, use set -e instead.
5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "$(rbenv-version-name) (set by $(rbenv-version-origin))"
|