Ver a proveniência

Stop assuming `bash` for source scripts

pull/953/head
Yamashita, Yuu há 9 anos
ascendente
cometimento
ad5a7f0c17
1 ficheiros alterados com 0 adições e 1 eliminações
  1. +0
    -1
      pyenv.d/rehash/source.bash

+ 0
- 1
pyenv.d/rehash/source.bash Ver ficheiro

@ -11,7 +11,6 @@ shopt -u nullglob
eval "source_shim(){ case \"\${1##*/}\" in ${shims[@]} *)return 1;;esac;}"
cat > "${PROTOTYPE_SOURCE_SHIM_PATH}" <<SH
#!/usr/bin/env bash
[ -n "\$PYENV_DEBUG" ] && set -x
export PYENV_ROOT="${PYENV_ROOT}"
program="\$("$(command -v pyenv)" which "\${BASH_SOURCE##*/}")"

Carregando…
Cancelar
Guardar