Quellcode durchsuchen

Make grep detection more robust (#1663)

pull/1670/head
Ryan Williams vor 4 Jahren
committed von GitHub
Ursprung
Commit
af122400ed
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      plugins/python-build/bin/pyenv-install

+ 1
- 1
plugins/python-build/bin/pyenv-install Datei anzeigen

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

Laden…
Abbrechen
Speichern