Skip to content

Commit fd781a1

Browse files
committed
Use same find -perm syntax as rustc
Closes #822
1 parent 85b58e3 commit fd781a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ style:
9090
sh tests/check-style.sh
9191

9292
no-exes:
93-
find $$(git ls-files) -perm +111 -type f \
93+
find $$(git ls-files) -perm +a+x -type f \
9494
-not -name configure -not -name '*.sh' -not -name '*.rs' \
9595
-not -wholename "*/rust-installer/*" | \
9696
grep '.*' \

0 commit comments

Comments
 (0)