1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00
This commit is contained in:
Yamashita Yuu
2012-08-31 15:59:36 +09:00
parent 7953f573c6
commit 880ea61dd8
2 changed files with 3 additions and 3 deletions

View File

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