From 355e8516b04801caf50b0b8a218fc8f6321d8d05 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 29 Aug 2017 17:05:16 +0100 Subject: [PATCH] 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 --- bash/ostree | 2 -- 1 file changed, 2 deletions(-) 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: