Mark python scripts executable
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 7 May 2017 15:35:32 +0000 (11:35 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 May 2017 00:16:47 +0000 (20:16 -0400)
commit6b0c49e0364f8482d552ce371f0a18747155e08b
treea51b4ecbe264c0753f763c2b93c9232421cee753
parenta3645cc6dd84ea2bde71ff23c1bed1c38315ce0a
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.
src/basic/generate-gperfs.py [changed mode: 0644->0755]
src/resolve/generate-dns_type-gperf.py [changed mode: 0644->0755]
src/test/generate-sym-test.py [changed mode: 0644->0755]
tools/catalog-report.py [changed mode: 0644->0755]
tools/make-man-rules.py [changed mode: 0644->0755]
tools/xml_helper.py [changed mode: 0644->0755]