jamulussoftware / jamulus

Jamulus enables musicians to perform real-time jam sessions over the internet.
https://jamulus.io
Other
997 stars 222 forks source link

Fix source files with executable bit #1670

Closed hoffie closed 3 years ago

hoffie commented 3 years ago

Multiple source files somehow have the executable flag set. Something like find src/ -type f -exec chmod -x {} \; should to the trick.

Originally posted by @vimpostor in https://github.com/jamulussoftware/jamulus/issues/1649#issuecomment-834310723

gilgongo commented 3 years ago

Wonder why? I've noticed +x happening on files transferred from Windows clients to rsync mounts in some circumstances, but that wouldn't seem to apply to git.

vimpostor commented 3 years ago

The files did have the execute flag since the very first commit from 15 years ago. Probably some Ntfs in Linux scenario that caused this.