summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch
blob: 145d84ec8e44723fe4d4c758847d77338037a0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 14 Feb 2022 17:51:56 +0100
Subject: pygments.bashcomp: Remove hashbang within bash-completion

This completion script isn't needing any hashbang as it's not intended
to get executed directly.
---
 external/pygments.bashcomp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/external/pygments.bashcomp b/external/pygments.bashcomp
index 1299fdb..2f802d6 100644
--- a/external/pygments.bashcomp
+++ b/external/pygments.bashcomp
@@ -1,4 +1,3 @@
-#!bash
 #
 # Bash completion support for Pygments (the 'pygmentize' command).
 #