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

Use find internals instead of piping into grep #81

Merged
merged 1 commit into from May 21, 2022

Conversation

dvzrv
Copy link
Contributor

@dvzrv dvzrv commented May 21, 2022

Makefile:
Use GNU find internals (e.g. -iname, -exec and conditionals) instead
of piping into multiple instances of grep.
Simplify line counting by using wc from find.

Makefile:
Use GNU find internals (e.g. `-iname`, `-exec` and conditionals) instead
of piping into multiple instances of grep.
Simplify line counting by using wc from find.
@fundamental
Copy link
Member

Thanks for the enhancement 👍

@fundamental fundamental merged commit d074b41 into mruby-zest:master May 21, 2022
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.

None yet

2 participants