[elbe-devel] [PATCH 1/2] bash-completion: remove shebang
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Fri May 3 13:09:52 CEST 2024
It violates Debian policy.
Fix the following warning:
W: python3-elbe-bin: bash-completion-with-hashbang /usr/bin/env bash [usr/share/bash-completion/completions/elbe:1]
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
bash-completion | 1 -
1 file changed, 1 deletion(-)
diff --git a/bash-completion b/bash-completion
index 1c6ee2d2b566..9e0e7c787585 100644
--- a/bash-completion
+++ b/bash-completion
@@ -1,4 +1,3 @@
-#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2022 Kaspar Giger <kg at kgmw.ch>
--
2.45.0
More information about the elbe-devel
mailing list