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_
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 #1649 (comment)