Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove executable bit from everything without a shebang #46

Merged
merged 1 commit into from
Oct 17, 2019

Commits on Oct 17, 2019

  1. Remove executable bit from everything without a shebang

    If it doesn't have a shebang and isn't bash or a binary, it shouldn't be marked as executable
    
    Performed using `git ls-files | xargs -d '\n' git update-index --chmod=-x`, and then manually removing the three files with a shebang
    eric-wieser committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    be254ad View commit details
    Browse the repository at this point in the history