]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Mark python scripts executable 5907/head
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)
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]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)