diff mbox series

[ndctl,v3,13/16] ndctl: Drop executable bit for bash-completion script

Message ID 164141836772.3990253.4996882214531720931.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State Accepted
Commit 7912cb0d19b5d17321439d118d41e57236b5484b
Headers show
Series ndctl: Meson support | expand

Commit Message

Dan Williams Jan. 5, 2022, 9:32 p.m. UTC
The rpm build process warns:

*** WARNING: ./usr/share/bash-completion/completions/ndctl is executable but has no shebang, removing executable bit

Clear the unnecessary executable bit since completion helpers are sourced,
not executed.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 contrib/ndctl |    0 
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 contrib/ndctl
diff mbox series

Patch

diff --git a/contrib/ndctl b/contrib/ndctl
old mode 100755
new mode 100644