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

fix: relative path to pyenv-realpath.dylib (#378)

pull/350/head
Ville Skyttä пре 1 година
committed by GitHub
родитељ
комит
057b9be9d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      libexec/pyenv-virtualenv-realpath

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

@ -3,7 +3,7 @@
# Usage: . pyenv-virtualenv-realpath
if ! {
enable -f "${BASH_SOURCE%/*}"/../libexec/pyenv-realpath.dylib realpath ||
enable -f "${BASH_SOURCE%/*}"/../../../libexec/pyenv-realpath.dylib realpath ||
type realpath
} >/dev/null 2>&1; then
if [ -n "$PYENV_NATIVE_EXT" ]; then

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