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 unrelated files #57051

Merged
merged 1 commit into from Aug 9, 2021

Conversation

am11
Copy link
Member

@am11 am11 commented Aug 9, 2021

Used:

$ git ls-files ':/!:*.pl' ':/!:*ps1' ':/!:*.py' ':/!:*.sh' | while read file; do
  if [ -x "$file" ] && ! grep -q '^\#\!.*/bin/' "$file"; then
    chmod -x "$file"
  fi
done 

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Aug 9, 2021
@ghost
Copy link

ghost commented Aug 9, 2021

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

Issue Details

Used:

$ git ls-files ':/!:*.pl' ':/!:*ps1' ':/!:*.py' ':/!:*.sh' | while read file; do
  if [ -x "$file" ] && ! grep -q '^\#\!.*/bin/' "$file"; then
    chmod -x "$file"
  fi
done 
Author: am11
Assignees: -
Labels:

area-VM-meta-mono, community-contribution

Milestone: -

@stephentoub stephentoub merged commit 6889f08 into dotnet:main Aug 9, 2021
@am11 am11 deleted the chore/change-permissions branch August 9, 2021 15:42
@dotnet dotnet locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants