dschmenk / apple2pi

Apple II client/server for Raspberry Pi
GNU General Public License v3.0
113 stars 24 forks source link

Many source files have the executable flag set #11

Open xandark opened 7 years ago

xandark commented 7 years ago

In apple2pi/src, all of the .c files are set to be executable, which makes it difficult to discern the newly minted executable files after they're made.

Or in apple2pi/share, a2pi.png is executable. All files in docs and pidrive are too.

dschmenk commented 7 years ago

This is a great annoyance to me and I can't figure out which OS I develop under keeps setting them. I'll fix them as I come across them. Thanks!