Skip to content

Commit

Permalink
Fix find check for executables
Browse files Browse the repository at this point in the history
Apparently the fix in d08441b didn't catch a recent executable (#17965), but
I've verified that this does indeed catch the executable
  • Loading branch information
alexcrichton committed Oct 12, 2014
1 parent 86509d8 commit 5b043d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tests.mk
Expand Up @@ -284,7 +284,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 \
Expand Down

0 comments on commit 5b043d7

Please sign in to comment.