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

rbenv 0.2.0

This commit is contained in:
Sam Stephenson
2011-09-28 13:38:03 -05:00
parent 4965a1d1f7
commit 2cd12e3fa6
3 changed files with 3 additions and 3 deletions

View File

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