summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 11:33:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 11:33:32 +0000
commit0c4233495b50e3b2e7a423edaf334b0116e2901d (patch)
treeb6d4fe7d612d9cab9538f2fe4bad5d20984a44e9 /debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch
parentAdding upstream version 2.14.0+dfsg. (diff)
downloadpygments-0c4233495b50e3b2e7a423edaf334b0116e2901d.tar.xz
pygments-0c4233495b50e3b2e7a423edaf334b0116e2901d.zip
Adding debian version 2.14.0+dfsg-1.debian/2.14.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch b/debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch
new file mode 100644
index 0000000..145d84e
--- /dev/null
+++ b/debian/patches/0002-pygments.bashcomp-Remove-hashbang-within-bash-comple.patch
@@ -0,0 +1,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).
+ #