mirror of
https://github.com/adionditsak/blacklist-check-unix-linux-utility.git
synced 2026-04-25 05:05:50 +03:00
[PR #7] [MERGED] Detect and use the ggrep command if available #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/blacklist-check-unix-linux-utility#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adionditsak/blacklist-check-unix-linux-utility/pull/7
Author: @mattsoftware
Created: 7/9/2020
Status: ✅ Merged
Merged: 11/8/2021
Merged by: @adionditsak
Base:
master← Head:fix_macosx📝 Commits (1)
abf348cDetect if the user is on a mac using homebrew and use the ggrep command for compatability📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
bl(+3 -1)📄 Description
grep -P is not available on uptodate MacOSX machines. I have added a quick switch to detect if the user has installed the homebrew version of grep, ggrep, and will use that instead if it is found.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.