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

scripts: handle egrep deprecation notice #3666

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Jun 3, 2024

Change scripts/lint to handle the deprecation warning about egrep that's reported on recent non-Debian systems by checking the exit code explicitly instead of merely checking for the presence of output.

Fixes #3635

@bhcleek bhcleek added this to the vim-go v1.29 milestone Jun 3, 2024
Change scripts/lint to handle the deprecation warning about egrep that's
reported on recent non-Debian systems by checking the exit code
explicitly instead of merely checking for the presence of output.

Fixes fatih#3635
@bhcleek bhcleek merged commit 2753f5b into fatih:master Jun 5, 2024
2 of 8 checks passed
@bhcleek bhcleek deleted the vimlint-fix branch June 5, 2024 03:11
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.

Development: make lint always fails using GNU grep 3.8 or later
1 participant