Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Remove executable bit when not necessary #411

Merged
merged 1 commit into from
Feb 16, 2015
Merged

Remove executable bit when not necessary #411

merged 1 commit into from
Feb 16, 2015

Conversation

berendt
Copy link
Contributor

@berendt berendt commented Feb 16, 2015

The executable bit is set for a lot of files where it is not necessary
to have the executable bit set. This PR removes the executable bit from
those files.

The executable bit is set for a lot of files where it is not necessary
to have the executable bit set. This PR removes the executable bit from
those files.
@ilanbiala
Copy link
Member

Does this actually have any effect? Most of those can't be run anyway, right?

@ilanbiala ilanbiala self-assigned this Feb 16, 2015
@berendt
Copy link
Contributor Author

berendt commented Feb 16, 2015

This is a cleanup. It looks ugly and wrong to have a robots.txt file or a package.json file with a set executable script.

@ilanbiala
Copy link
Member

What about server.js, doesn't node need to be able to execute that?

@berendt
Copy link
Contributor Author

berendt commented Feb 16, 2015

It is not necessary to set +x for the server.js file. Please have a look at http://en.wikipedia.org/wiki/Modes_(Unix).

@ilanbiala
Copy link
Member

@lirantal LGTY?

@lirantal
Copy link
Member

Hey,

Definitely agree with @berendt. I saw this coming in on e-mail earlier today and wanted to approve but I'm only getting to working from home now.

It's a good cleanup, I'll merge.

lirantal added a commit that referenced this pull request Feb 16, 2015
Remove executable bit when not necessary
@lirantal lirantal merged commit c3dea3e into meanjs:0.4.0 Feb 16, 2015
@berendt berendt deleted the executable_bit branch February 16, 2015 20:15
@ilanbiala ilanbiala assigned lirantal and unassigned ilanbiala Feb 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants