Mark python scripts executable

Since all our python scripts have a proper python3 shebang, there is no benefit
to letting meson autodetect them. On linux, meson will just uses exec(), so the
shebang is used anyway. The only difference should be in how meson reports the
script and that the detection won't fail for (most likely misconfigured)
non-UTF8 locales.

Closes #5855.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-05-07 11:35:32 -04:00
parent a3645cc6dd
commit 6b0c49e036
6 changed files with 0 additions and 0 deletions

0
src/basic/generate-gperfs.py Normal file → Executable file
View file

0
src/resolve/generate-dns_type-gperf.py Normal file → Executable file
View file

0
src/test/generate-sym-test.py Normal file → Executable file
View file

0
tools/catalog-report.py Normal file → Executable file
View file

0
tools/make-man-rules.py Normal file → Executable file
View file

0
tools/xml_helper.py Normal file → Executable file
View file