Skip to content

Commit 576467b

Browse files
committed
rollup merge of rust-lang#19983: Munksgaard/fix-19981
The use of `+a+x` is deprecated. Fixes rust-lang#19981.
2 parents 5831122 + 3d6babe commit 576467b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ tidy:
300300
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
301301
$(Q)echo $(ALL_HS) \
302302
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
303-
$(Q)find $(S)src -type f -perm +a+x \
303+
$(Q)find $(S)src -type f -perm /a+x \
304304
-not -name '*.rs' -and -not -name '*.py' \
305305
-and -not -name '*.sh' \
306306
| grep '^$(S)src/jemalloc' -v \

0 commit comments

Comments
 (0)