Selaa lähdekoodia

Make grep detection more robust (#1663)

pull/1670/head
Ryan Williams 4 vuotta sitten
committed by GitHub
vanhempi
commit
af122400ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      plugins/python-build/bin/pyenv-install

+ 1
- 1
plugins/python-build/bin/pyenv-install Näytä tiedosto

@ -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() {

Ladataan…
Peruuta
Tallenna