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

release 0.1.2

This commit is contained in:
Yamashita Yuu
2012-10-23 15:24:41 +09:00
parent ffa2505450
commit b520475b22
3 changed files with 8 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.2git\n$(pyenv-help)" >&2
echo -e "pyenv 0.1.2\n$(pyenv-help)" >&2
;;
* )
command_path="$(command -v "pyenv-$command" || true)"