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.
1 parent f2c78da commit d08441bCopy full SHA for d08441b
mk/tests.mk
@@ -283,7 +283,7 @@ tidy:
283
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
284
$(Q)echo $(ALL_HS) \
285
286
- $(Q)find $(S)src -type f -perm +111 \
+ $(Q)find $(S)src -type f -perm a+x \
287
-not -name '*.rs' -and -not -name '*.py' \
288
-and -not -name '*.sh' \
289
| grep '^$(S)src/jemalloc' -v \
0 commit comments