Remove unintended executable permissions

Fixed via:

find -executable -not -type d -name \*.java -exec chmod -x {} \;
This commit is contained in:
Andrew Gaul 2020-10-09 23:33:41 +09:00 committed by Andrew Gaul
parent 31a3e5b5df
commit 1cd28c93c4
8 changed files with 0 additions and 0 deletions