0.1.2git
This commit is contained in:
parent
d08fcc522e
commit
34a4a532b2
@ -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.1\n$(pyenv-help)" >&2
|
echo -e "pyenv 0.1.2git\n$(pyenv-help)" >&2
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
command_path="$(command -v "pyenv-$command" || true)"
|
command_path="$(command -v "pyenv-$command" || true)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user