chiark / gitweb /
Mark python scripts executable
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 7 May 2017 15:35:32 +0000 (11:35 -0400)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:46:52 +0000 (09:46 +0200)
commit1358b021c3ffe26f373193638e004830bc3fd0c4
treef0d21db70b0ef219e080c9ce9a42526786936d1a
parent9858f7c39367e32696b1aa1b25d67eee4b10d45d
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.
tools/make-man-rules.py [changed mode: 0644->0755]
tools/xml_helper.py [changed mode: 0644->0755]