Sfoglia il codice sorgente

Strip -<suffix> when autodetecting shell (#377)

For example bash-5.1, bash-static.
pull/447/head v1.2.0
Ville Skyttä 1 anno fa
committed by GitHub
parent
commit
d5f2878a97
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
      bin/pyenv-virtualenv-init

+ 1
- 0
bin/pyenv-virtualenv-init Vedi File

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

Caricamento…
Annulla
Salva