davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

Remove unneeded execute permissions #153

Open sysvinit opened 6 years ago

sysvinit commented 6 years ago

There are many files in the repository which have unnecessary execute permissions set. While this is mostly a cosmetic issue of low importance, fixing this makes the repository consistent -- only those files which should be executed are marked as such.

(Note that the proposed changes have not been tested, as I don't have access to a suitable system to build and run PiBakery)