Chmod -x non-executable files (fixes #9629) (#9630)

Fixed via
```
git ls-files -s | grep 100755 | grep -E -v '(run|sh)$' | cut -f 2 | xargs git update-index --chmod -x
```
See #9629.
This commit is contained in:
Ross Smith II
2024-08-05 18:32:23 +02:00
committed by GitHub
parent ac22b2d00a
commit 17e60b9e0c
11 changed files with 0 additions and 0 deletions
View File
View File
View File
View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File
View File
View File
Vendored Executable → Regular
View File
View File
Vendored Executable → Regular
View File
Vendored Executable → Regular
View File