1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

rbenv 0.2.1

This commit is contained in:
Sam Stephenson
2011-10-01 12:26:19 -05:00
parent 2bbe2099eb
commit 01a0ad0b69
3 changed files with 15 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ shopt -u nullglob
command="$1"
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.2.0\n$(rbenv-help)" >&2
echo -e "rbenv 0.2.1\n$(rbenv-help)" >&2
;;
* )
command_path="$(command -v "rbenv-$command" || true)"