From: Simon McVittie Date: Tue, 29 Aug 2017 16:05:16 +0000 (+0100) Subject: Remove shebang from bash completions X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~32^2~55 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=355e8516b04801caf50b0b8a218fc8f6321d8d05;p=ostree.git Remove shebang from bash completions bash completions are to be sourced. It makes little sense to execute them. Detected by Debian's Lintian tool, which warns about non-executable files that appear to be #! scripts. Signed-off-by: Simon McVittie Closes: #1119 Approved by: cgwalters --- diff --git a/bash/ostree b/bash/ostree index fadb054d..f12d88b7 100644 --- a/bash/ostree +++ b/bash/ostree @@ -1,5 +1,3 @@ -#!/bin/bash -# # bash completion file for ostree commands # # This script provides completion of: