mirror of https://github.com/containers/podman.git
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:
parent
b241acaef5
commit
03cf4ac60a
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
: ${PROG:=$(basename ${BASH_SOURCE})}
|
: ${PROG:=$(basename ${BASH_SOURCE})}
|
||||||
|
|
||||||
__podman_previous_extglob_setting=$(shopt -p extglob)
|
__podman_previous_extglob_setting=$(shopt -p extglob)
|
||||||
|
|
Loading…
Reference in New Issue