Parcourir la source

0.1.3git

pull/10/head
Yamashita Yuu il y a 12 ans
Parent
révision
d09af20897
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      libexec/pyenv

+ 1
- 1
libexec/pyenv Voir le fichier

@ -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)"

Chargement…
Annuler
Enregistrer