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

rbenv 0.3.0

This commit is contained in:
Sam Stephenson
2011-12-25 21:32:48 -05:00
parent ee5ad02d42
commit b10bdb1e78
3 changed files with 37 additions and 1 deletions

View File

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