]> git.lizzy.rs Git - rust.git/commitdiff
Fix #17156
authorVadim Chugunov <vadimcn@gmail.com>
Wed, 10 Sep 2014 23:50:24 +0000 (16:50 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Thu, 11 Sep 2014 00:11:25 +0000 (17:11 -0700)
mk/tests.mk

index d95f886e078896cb4649f3905883310401bcbe62..d89a29b549760e2adbf988fd90cf78f182c5ad30 100644 (file)
@@ -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 \