From ad996f845d364895ef19b1f3493c30eb474dbd64 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 24 Feb 2022 17:04:30 +0000 Subject: completions: Make zsh completion non-executable The Autotools build system installed it with 0644 permissions because it's listed as DATA, but the Meson build system installs executable files as executable by default. zsh completions don't need to be executable to work, and this one doesn't have the `#!` marker that should start an executable script. Signed-off-by: Simon McVittie --- completions/zsh/_bwrap | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 completions/zsh/_bwrap diff --git a/completions/zsh/_bwrap b/completions/zsh/_bwrap old mode 100755 new mode 100644 -- cgit v1.2.1