From: Johannes Thumshirn Date: Wed, 1 Jun 2016 10:12:59 +0000 (+0200) Subject: bash completion: Remove shebang line X-Git-Tag: v0.8~46^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4bd132a2581ab3146b14b736a52359d2e72cca3f;p=users%2Fsagi%2Fnvme-cli.git bash completion: Remove shebang line Remove shebang line from bash completion file as rpmlint on openSUSE/SLE complains about a script ment to be sourced not executed containing a shebang line. [ 38s] nvme-cli.x86_64: W: sourced-script-with-shebang /etc/bash_completion.d/nvme /usr/bin/env [ 38s] This text file contains a shebang, but is meant to be sourced, not executed. Signed-off-by: Johannes Thumshirn --- diff --git a/completions/bash-nvme-completion.sh b/completions/bash-nvme-completion.sh index 1a8613e3..6770f347 100644 --- a/completions/bash-nvme-completion.sh +++ b/completions/bash-nvme-completion.sh @@ -1,5 +1,3 @@ -#!/usr/bin/env bash - # bash tab completion for the nvme command line utility # (unfortunately, bash won't let me add descriptions to cmds) # Kelly Kaoudis kelly.n.kaoudis at intel.com, Aug. 2015