Преглед изворни кода

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

Shell detect improvements
pull/1858/head
Anton Petrov пре 5 година
committed by GitHub
родитељ
комит
132d546453
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      libexec/pyenv-init

+ 1
- 0
libexec/pyenv-init Прегледај датотеку

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

Loading…
Откажи
Сачувај