summaryrefslogtreecommitdiff
path: root/completions/bash/podman
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@suse.com>2018-06-05 16:20:57 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-05 16:43:18 +0000
commit03cf4ac60af463cd82af65fd5846fdea1c3e7e62 (patch)
treedf5ee78549a00b23bbec534c47eae1052523ae30 /completions/bash/podman
parentb241acaef5b53ede1de659c43dfa4c664e785a70 (diff)
downloadpodman-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
Diffstat (limited to 'completions/bash/podman')
-rw-r--r--completions/bash/podman1
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)