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 <[email protected]> --- contrib/ndctl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 contrib/ndctl diff --git a/contrib/ndctl b/contrib/ndctl old mode 100755 new mode 100644
