mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
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:

committed by
Atomic Bot

parent
b241acaef5
commit
03cf4ac60a
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
: ${PROG:=$(basename ${BASH_SOURCE})}
|
||||
|
||||
__podman_previous_extglob_setting=$(shopt -p extglob)
|
||||
|
Reference in New Issue
Block a user