1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Lucas Nussbaum <lucas@debian.org>
Date: Mon, 6 May 2024 16:34:38 +0000
Subject: Remove shebang from bash completion file
This fixes the bash-completion-with-hashbang lintian warning.
---
contrib/bash/completion.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/contrib/bash/completion.sh b/contrib/bash/completion.sh
index e43d09b..41c4ac4 100644
--- a/contrib/bash/completion.sh
+++ b/contrib/bash/completion.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
# (The MIT License)
#
# Copyright (c) 2014 Kura
|