Skip to content

Conversation

josch
Copy link

@josch josch commented Sep 6, 2025

find src -type f -perm /a+x -name '*.h' -print0 | xargs --null chmod -x

find src -type f -perm /a+x -name '*.h' -print0 | xargs --null chmod -x
@lurch
Copy link
Contributor

lurch commented Sep 7, 2025

Yeah, the executable-bit sometimes gets added to files when people use git on Windows.

@kilograham kilograham added this to the 2.2.1 milestone Sep 8, 2025
@kilograham kilograham merged commit 36f1df6 into raspberrypi:develop Sep 8, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants