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

lint: replace egrep with grep -E #11529

Merged
merged 1 commit into from Feb 2, 2023
Merged

lint: replace egrep with grep -E #11529

merged 1 commit into from Feb 2, 2023

Conversation

phire
Copy link
Member

@phire phire commented Feb 2, 2023

Starting with grep 3.8, egrep throws the following warning
egrep: warning: egrep is obsolescent; using grep -E

Whch is annoying... so we will use grep -E

Starting with grep 3.8, egrep throws the following warning
   egrep: warning: egrep is obsolescent; using grep -E

Whch is annoying... so we will use grep -E
@delroth delroth merged commit 6cb8df7 into dolphin-emu:master Feb 2, 2023
13 of 14 checks passed
@phire phire deleted the egrep branch February 2, 2023 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants