From: Zbigniew Jędrzejewski-Szmek Date: Sun, 7 May 2017 15:35:32 +0000 (-0400) Subject: Mark python scripts executable X-Git-Tag: chiark/234.4-1+devuan1.1+iwj1~141 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1358b021c3ffe26f373193638e004830bc3fd0c4 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. --- diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py old mode 100644 new mode 100755 diff --git a/tools/xml_helper.py b/tools/xml_helper.py old mode 100644 new mode 100755