diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-06-05 16:20:57 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-05 16:43:18 +0000 |
commit | 03cf4ac60af463cd82af65fd5846fdea1c3e7e62 (patch) | |
tree | df5ee78549a00b23bbec534c47eae1052523ae30 | |
parent | b241acaef5b53ede1de659c43dfa4c664e785a70 (diff) | |
download | podman-03cf4ac60af463cd82af65fd5846fdea1c3e7e62.tar.gz podman-03cf4ac60af463cd82af65fd5846fdea1c3e7e62.tar.bz2 podman-03cf4ac60af463cd82af65fd5846fdea1c3e7e62.zip |
bash completion: remove shebang
Remove the bash completion's shebang, which isn't required as the file
is only meant to be sourced. rpmlint was complaining about that.
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #901
Approved by: rhatdan
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 7a991e808..9a68e3ef5 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1,4 +1,3 @@ -#!/usr/bin/env bash : ${PROG:=$(basename ${BASH_SOURCE})} __podman_previous_extglob_setting=$(shopt -p extglob) |