diff --git a/mk/tests.mk b/mk/tests.mk index 3340f9b4969..61fd736ef35 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -299,7 +299,7 @@ tidy: | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py $(Q)echo $(ALL_HS) \ | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py - $(Q)find $(S)src -type f -perm +a+x \ + $(Q)find $(S)src -type f -perm /a+x \ -not -name '*.rs' -and -not -name '*.py' \ -and -not -name '*.sh' \ | grep '^$(S)src/jemalloc' -v \