1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00
Files
pyenv/libexec/rbenv-version
2011-09-12 10:11:59 -05:00

6 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
set -e
[ -n "$RBENV_DEBUG" ] && set -x
echo "$(rbenv-version-name) (set by $(rbenv-version-origin))"