Sfoglia il codice sorgente

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

Shell detect improvements
pull/1858/head
Anton Petrov 5 anni fa
committed by GitHub
parent
commit
132d546453
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      libexec/pyenv-init

+ 1
- 0
libexec/pyenv-init Vedi File

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

Caricamento…
Annulla
Salva