On Mon, Mar 17, 2025 at 10:24:54AM +0000, Daniel P. Berrangé via Devel wrote:
> From: Daniel P. Berrangé <berrange@redhat.com>
>
> 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.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> scripts/check-drivername.py | 0
> scripts/check-remote-protocol.py | 0
> scripts/header-ifdef.py | 0
> scripts/meson-install-dirs.py | 0
> scripts/meson-install-symlink.py | 0
> scripts/mock-noinline.py | 0
> scripts/prohibit-duplicate-header.py | 0
> 7 files changed, 0 insertions(+), 0 deletions(-)
> mode change 100644 => 100755 scripts/check-drivername.py
> mode change 100644 => 100755 scripts/check-remote-protocol.py
> mode change 100644 => 100755 scripts/header-ifdef.py
> mode change 100644 => 100755 scripts/meson-install-dirs.py
> mode change 100644 => 100755 scripts/meson-install-symlink.py
> mode change 100644 => 100755 scripts/mock-noinline.py
> mode change 100644 => 100755 scripts/prohibit-duplicate-header.py
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>