We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0abfe34 + 3d6babe commit 85987f4Copy full SHA for 85987f4
mk/tests.mk
@@ -299,7 +299,7 @@ tidy:
299
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
300
$(Q)echo $(ALL_HS) \
301
302
- $(Q)find $(S)src -type f -perm +a+x \
+ $(Q)find $(S)src -type f -perm /a+x \
303
-not -name '*.rs' -and -not -name '*.py' \
304
-and -not -name '*.sh' \
305
| grep '^$(S)src/jemalloc' -v \
0 commit comments