Ver código fonte

Make grep detection more robust (#1663)

pull/1670/head
Ryan Williams 4 anos atrás
committed by GitHub
pai
commit
af122400ed
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      plugins/python-build/bin/pyenv-install

+ 1
- 1
plugins/python-build/bin/pyenv-install Ver arquivo

@ -59,7 +59,7 @@ usage() {
definitions() {
local query="$1"
python-build --definitions | $(type -p ggrep grep | head -1) -F "$query" || true
python-build --definitions | $(type -ap ggrep grep | head -1) -F "$query" || true
}
indent() {

Carregando…
Cancelar
Salvar