Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Change greps for parrotsec and nixos to use flags acceptable to MacOS #1486

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

philclifford
Copy link
Contributor

@philclifford philclifford commented Oct 18, 2024

Description

Two packages used PCRE syntax which is not supported by the BSD grep present on MacOS.
These changes move from '-P' to '-E' syntax.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions

@philclifford philclifford merged commit 8eda1e1 into quickemu-project:master Oct 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: running quickget --list on macOS results grep errors
2 participants