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

Comments

jcnventura created an issue. See original summary.

jcnventura’s picture

Status: Active » Needs review
StatusFileSize
new5.13 KB
jcnventura’s picture

Honestly, nothing to review here.. But would be nice if others gave it an RTBC.

diegors’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new152.54 KB
new14.34 KB

Applied the patch and works.

Before patch:

After patch:

Moving to RTBC.

  • adriancid committed 39480ba8 on 3.x authored by jcnventura
    Issue #3322693 by jcnventura, diegors, adriancid: Remove executable bit...
adriancid’s picture

Status: Reviewed & tested by the community » Fixed

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.