You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/04 13:01:27 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #6784: Remove executable permission from source and build files.

hartmannathan opened a new pull request, #6784:
URL: https://github.com/apache/incubator-nuttx/pull/6784

   ## Summary
   
   Numerous source and build files (.c, .h, .ld, Make.defs, Makefile, etc.) incorrectly had executable permissions. This PR fixes these incorrect permissions.
   
   ## Impact
   
   Prevents trying to execute a non-executable file.
   
   ## Testing
   
   `$ find . -perm -700 -type f` shows only .py, .pl, .bat, .sh files now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] acassis merged pull request #6784: Remove executable permission from source and build files.

Posted by GitBox <gi...@apache.org>.
acassis merged PR #6784:
URL: https://github.com/apache/incubator-nuttx/pull/6784


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org