Make grep detection more robust (#1663)
This commit is contained in:
parent
26b8ba1677
commit
af122400ed
@ -59,7 +59,7 @@ usage() {
|
|||||||
|
|
||||||
definitions() {
|
definitions() {
|
||||||
local query="$1"
|
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() {
|
indent() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user