1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00
Files
pyenv/libexec/rbenv-version-origin
2011-08-18 14:11:40 -05:00

9 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
set -e
if [ -n "$RBENV_VERSION" ]; then
echo "RBENV_VERSION environment variable"
else
rbenv-version-file
fi