Skip to content

fix the permissions on many files marked executable #1116

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

Closed
wants to merge 1 commit into from

Conversation

maqifrnswa
Copy link
Contributor

This is an update of pull request #4
Many files (such as .txt files) were marked as executable (755). This pull sets them back to being non-executable (644).

If you'd like to not do the commit and run the command yourself, this will do it:

find . -type f -iname .jpg -or -iname .java -or -iname *.pde -or -iname *.h -or -iname *.cpp -or -iname *.c -or -iname makefile -or -iname key.txt -or -iname pref.txt -or -iname '*.txt' -print0 | xargs -0 chmod -x

@cmaglie
Copy link
Member

cmaglie commented Dec 10, 2012

Cleaned manually, many folders were full of files with +x attribute.

@cmaglie cmaglie closed this Dec 10, 2012
ollie1400 pushed a commit to ollie1400/Arduino that referenced this pull request May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants