]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
scripts: add execute permission to several files
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 17 Mar 2025 10:11:01 +0000 (10:11 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 17 Mar 2025 11:35:54 +0000 (11:35 +0000)
Most, but not all, files in scripts have execute permission. While we
don't need this in order to launch them via meson/ninja build rules,
it is nice to direct execution if they have execution permission. This
makes the practice consistent across all scripts.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/check-drivername.py [changed mode: 0644->0755]
scripts/check-remote-protocol.py [changed mode: 0644->0755]
scripts/header-ifdef.py [changed mode: 0644->0755]
scripts/meson-install-dirs.py [changed mode: 0644->0755]
scripts/meson-install-symlink.py [changed mode: 0644->0755]
scripts/mock-noinline.py [changed mode: 0644->0755]
scripts/prohibit-duplicate-header.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)
old mode 100644 (file)
new mode 100755 (executable)