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

release 0.1.1

This commit is contained in:
Yamashita Yuu
2012-09-03 19:40:30 +09:00
parent f0ff5a416e
commit d08fcc522e
2 changed files with 6 additions and 2 deletions

View File

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