summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-24 17:04:30 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-24 17:04:30 +0000
commitad996f845d364895ef19b1f3493c30eb474dbd64 (patch)
tree3389082ce4a2ebee95bfb09d78919345e0af1320
parentb480c5fd0d383ac5d45b6390bd4b48068de6dd6b (diff)
downloadbubblewrap-ad996f845d364895ef19b1f3493c30eb474dbd64.tar.gz
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 <smcv@collabora.com>
-rw-r--r--[-rwxr-xr-x]completions/zsh/_bwrap0
1 files changed, 0 insertions, 0 deletions
diff --git a/completions/zsh/_bwrap b/completions/zsh/_bwrap
index 5a9d2fd..5a9d2fd 100755..100644
--- a/completions/zsh/_bwrap
+++ b/completions/zsh/_bwrap