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(gatsby-core-utils): Use grep -E instead of egrep #36648

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

kxxt
Copy link
Contributor

@kxxt kxxt commented Sep 21, 2022

Description

I got this warning when running gatsby build:
egrep: warning: egrep is obsolescent; using grep -E

This PR fixes the warning.

Documentation

Related Issues

I got this warning when running `gatsby build`: 
egrep: warning: egrep is obsolescent; using grep -E

This PR fixes the warning.
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 21, 2022
@LekoArts LekoArts changed the title use grep -E instead of obsolescent egrep fix(gatsby-core-utils): Use grep -E instead of egrep Sep 21, 2022
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LekoArts LekoArts added topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine) and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Sep 21, 2022
@LekoArts LekoArts merged commit e8ed8a1 into gatsbyjs:master Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: core Relates to Gatsby's core (e.g. page loading, reporter, state machine)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants