Skip to content

Commit 85987f4

Browse files
committed
Merge pull request #19983 from Munksgaard/fix-19981
Use `-perm /a+x` instead of `-perm +a+x` in calls to find Reviewed-by: alexcrichton
2 parents 0abfe34 + 3d6babe commit 85987f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

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

0 commit comments

Comments
 (0)