Sfoglia il codice sorgente

0.1.3git

pull/10/head
Yamashita Yuu 12 anni fa
parent
commit
d09af20897
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      libexec/pyenv

+ 1
- 1
libexec/pyenv Vedi File

@ -60,7 +60,7 @@ shopt -u nullglob
command="$1"
case "$command" in
"" | "-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)"

Caricamento…
Annulla
Salva