Skip to content

Commit 4509e42

Browse files
committed
rollup merge of rust-lang#17980 : alexcrichton/no-more-exes
2 parents 48d0359 + 5b043d7 commit 4509e42

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
@@ -284,7 +284,7 @@ tidy:
284284
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
285285
$(Q)echo $(ALL_HS) \
286286
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
287-
$(Q)find $(S)src -type f -perm a+x \
287+
$(Q)find $(S)src -type f -perm +a+x \
288288
-not -name '*.rs' -and -not -name '*.py' \
289289
-and -not -name '*.sh' \
290290
| grep '^$(S)src/jemalloc' -v \

0 commit comments

Comments
 (0)