rollup merge of #19983: Munksgaard/fix-19981

The use of `+a+x` is deprecated.

Fixes #19981.
This commit is contained in:
Alex Crichton 2014-12-21 00:04:05 -08:00
commit 576467b492
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,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 \