From 03cf4ac60af463cd82af65fd5846fdea1c3e7e62 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 5 Jun 2018 16:20:57 +0200 Subject: 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 Closes: #901 Approved by: rhatdan --- completions/bash/podman | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf