From d08441b9d67c791ea233632552ea47c0795498ec Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Wed, 10 Sep 2014 16:50:24 -0700 Subject: [PATCH] Fix #17156 --- mk/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index d95f886e078..d89a29b5497 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -283,7 +283,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 +111 \ + $(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 \