Skip to content

Conversation

@lidanserj
Copy link
Contributor

Fixes a potential shell globbing issue in the Makefile by adding quotes around the wildcard pattern in the find command. Without quotes, the shell might expand the pattern before the find command is executed, leading to unexpected behavior if there are matching files in the current directory. This is a standard best practice for shell commands in Makefiles

@cla-assistant
Copy link

cla-assistant bot commented Jul 17, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@DavePearce DavePearce left a comment

Choose a reason for hiding this comment

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

LGTM

@DavePearce DavePearce merged commit 8e84037 into Consensys:master Jul 27, 2025
3 checks passed
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