From 1358b021c3ffe26f373193638e004830bc3fd0c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 7 May 2017 11:35:32 -0400 Subject: [PATCH] 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 | 0 tools/xml_helper.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/make-man-rules.py mode change 100644 => 100755 tools/xml_helper.py 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 -- 2.30.2