Skip to content

Clean shebangs out of non-executable scripts and drop exec perm from xmlwriter.py

Dominique Leuenberger requested to merge (removed):master into master

The files are all installed in a place where they are not executed on their own, so:

  • a non-executable file needs no shebang (which would be interpreted only on calling FOO)
  • a file that is installed executable should have a shebang, but since the file is in the same location, I opted to change the permission

Merge request reports