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:07:02 UTC

[GitHub] [incubator-nuttx-apps] hartmannathan opened a new pull request, #1249: Remove executable permission from source file.

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

   ## Summary
   
   `examples/scd41/scd41_main.c` incorrectly had executable permission. This PR fixes it.
   
   ## Impact
   
   Prevents trying to execute a non-executable file.
   
   ## Testing
   
   `$ find . -perm -700 -type f` shows only .py, .sh, and .bat 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-apps] xiaoxiang781216 merged pull request #1249: Remove executable permission from source file.

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


-- 
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