mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-01 04:38:46 -05:00
0.1.1git
This commit is contained in:
parent
7953f573c6
commit
880ea61dd8
2 changed files with 3 additions and 3 deletions
|
@ -129,8 +129,8 @@ tracker](https://github.com/yyuu/pyenv/issues).
|
||||||
|
|
||||||
(The MIT license)
|
(The MIT license)
|
||||||
|
|
||||||
Copyright (c) 2011 Sam Stephenson
|
* Copyright (c) 2011 Sam Stephenson
|
||||||
Copyright (c) 2012 Yamashita, Yuu
|
* Copyright (c) 2012 Yamashita, Yuu
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
|
@ -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.0\n$(pyenv-help)" >&2
|
echo -e "pyenv 0.1.1git\n$(pyenv-help)" >&2
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
command_path="$(command -v "pyenv-$command" || true)"
|
command_path="$(command -v "pyenv-$command" || true)"
|
||||||
|
|
Loading…
Reference in a new issue