Problem/Motivation
For some reason, the files in this repo have the executable bit set. There's no reason for this, and this should be removed.
I executed the following command to generate the attached patch:
find . -type f | xargs chmod -x
Steps to reproduce
ls -l
Proposed resolution
find . -type f | xargs chmod -x
And then commit
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | after-patch.png | 14.34 KB | diegors |
| #4 | before-patch.png | 152.54 KB | diegors |
| #2 | admin_toolbar-remove-x-bit-3322693-2.patch | 5.13 KB | jcnventura |
Comments
Comment #2
jcnventuraComment #3
jcnventuraHonestly, nothing to review here.. But would be nice if others gave it an RTBC.
Comment #4
diegorsApplied the patch and works.
Before patch:

After patch:

Moving to RTBC.
Comment #6
adriancidThanks