ソースを参照

0.1.2git

pull/1/head
Yamashita Yuu 14年前
コミット
34a4a532b2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      libexec/pyenv

+ 1
- 1
libexec/pyenv ファイルの表示

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

読み込み中…
キャンセル
保存