JSONTestSuite icon indicating copy to clipboard operation
JSONTestSuite copied to clipboard

Executable bit set on non-executable files

Open cebtenzzre opened this issue 6 years ago • 1 comments

A seemingly random set of files (including many JSON files and C source files) are set executable. I run Linux and use zsh, but given an environment with a fairly similar chmod command and shell globbing, this would be easy to partially fix:

chmod a-x test_parsing/* test_transform/* parsers/**/*.{c,h}{,pp}

cebtenzzre avatar Sep 20 '18 07:09 cebtenzzre

It was annoying me too.

themobiusproject avatar Jun 09 '20 04:06 themobiusproject