Przeglądaj źródła

Merge pull request #1835 from scop/shell-detect-improvements

Shell detect improvements
pull/1858/head
Anton Petrov 5 lat temu
committed by GitHub
rodzic
commit
132d546453
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      libexec/pyenv-init

+ 1
- 0
libexec/pyenv-init Wyświetl plik

@ -38,6 +38,7 @@ if [ -z "$shell" ]; then
shell="${shell##-}"
shell="${shell:-$SHELL}"
shell="${shell##*/}"
shell="${shell%%-*}"
fi
root="${0%/*}/.."

Ładowanie…
Anuluj
Zapisz