mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
0.1.3git
This commit is contained in:
parent
b520475b22
commit
d09af20897
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ shopt -u nullglob
|
||||||
command="$1"
|
command="$1"
|
||||||
case "$command" in
|
case "$command" in
|
||||||
"" | "-h" | "--help" )
|
"" | "-h" | "--help" )
|
||||||
echo -e "pyenv 0.1.2\n$(pyenv-help)" >&2
|
echo -e "pyenv 0.1.3git\n$(pyenv-help)" >&2
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
command_path="$(command -v "pyenv-$command" || true)"
|
command_path="$(command -v "pyenv-$command" || true)"
|
||||||
|
|
Loading…
Reference in a new issue