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

Change occurrences of egrep to grep -E #246

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

mechanicalamit
Copy link
Collaborator

A lot of distributions are emitting warnings when using egrep and fgrep since these are deprecated.

Update occurrences of egrep to 'grep -E' keeping the same functionality and making the code more portable without emitting warnings.

A lot of distributions are emitting warnings when using egrep and fgrep
since these are deprecated.

Update occurrences of egrep to 'grep -E' keeping the same functionality
and making the code more portable without emitting warnings.
@mechanicalamit
Copy link
Collaborator Author

.ci checks ran in 4 seconds since I believe it detected the sources files had not changed?

@jserv jserv merged commit a3f5e3b into sysprog21:master Jan 3, 2024
1 check passed
@jserv
Copy link
Contributor

jserv commented Jan 3, 2024

Thank @mechanicalamit for contributing!

@mechanicalamit mechanicalamit deleted the egrep_to_grep_E branch January 4, 2024 03:03
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