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

fgrep is deprecated, use grep -F instead #474

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

mikpe
Copy link
Contributor

@mikpe mikpe commented Sep 11, 2023

The fgrep command was deprecated in 2007 and with recent versions of GNU grep it'll now print:

fgrep: warning: fgrep is obsolescent; using grep -F

Just use the POSIX-compliant grep -F instead.

@vinoski vinoski merged commit 4c75cca into erlyaws:master Sep 11, 2023
@vinoski
Copy link
Collaborator

vinoski commented Sep 11, 2023

Thanks for fixing this!

@mikpe mikpe deleted the remove-uses-of-deprecated-fgrep branch September 11, 2023 13:59
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.

2 participants