瀏覽代碼

Make grep detection more robust (#1663)

pull/1670/head
Ryan Williams 4 年之前
committed by GitHub
父節點
當前提交
af122400ed
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/python-build/bin/pyenv-install

+ 1
- 1
plugins/python-build/bin/pyenv-install 查看文件

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

Loading…
取消
儲存