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
This commit is contained in:
Valentin Rothberg
2018-06-05 16:20:57 +02:00
committed by Atomic Bot
parent b241acaef5
commit 03cf4ac60a

View File

@ -1,4 +1,3 @@
#!/usr/bin/env bash
: ${PROG:=$(basename ${BASH_SOURCE})}
__podman_previous_extglob_setting=$(shopt -p extglob)