summaryrefslogtreecommitdiffstats
path: root/debian/patches/handle-bashism.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:03:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:03:05 +0000
commit5de8855907286ccaaf7bb25081c93d5e75d43f07 (patch)
tree95330536dc71887a4e412b83ccd29fc9e9177f91 /debian/patches/handle-bashism.patch
parentMerging upstream version 1.8.1+ds. (diff)
downloadlibgit2-debian.tar.xz
libgit2-debian.zip
Adding debian version 1.8.1+ds-1.debian/1.8.1+ds-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/handle-bashism.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/handle-bashism.patch b/debian/patches/handle-bashism.patch
deleted file mode 100644
index 907ccf7..0000000
--- a/debian/patches/handle-bashism.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
-Date: Sun, 28 Aug 2022 17:42:55 +0200
-Subject: Use bash for shell script with bashisms
-
-Forwarded: https://github.com/libgit2/libgit2/pull/6581
----
- tests/resources/push.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/resources/push.sh b/tests/resources/push.sh
-index 3e77fb5..54ef3dd 100644
---- a/tests/resources/push.sh
-+++ b/tests/resources/push.sh
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #creates push_src repo for libgit2 push tests.
- set -eu
-