diff options
author | David Kalnischkies <david@kalnischkies.de> | 2022-03-12 12:19:55 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2022-03-12 12:19:55 +0100 |
commit | 1edd8c323faa5bf8c78d478f6c0b51116d50d422 (patch) | |
tree | c061256c75cfa8d84f03e9b9bdd4c5a5f87670e0 | |
parent | 95f1c3b016fd275e14f224cbac9c336560e8e985 (diff) |
Revert "bugscript: switch from bash to POSIX shell"
This reverts commit 4f89d3629b22255963da3705e4222c71045da58a.
The bugscript uses yesno which is documented to require bash in
/usr/share/doc/reportbug/README.developers.gz.
Closes: #1007121
-rwxr-xr-x | debian/apt.bug-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.bug-script b/debian/apt.bug-script index 67242f2ae..c322b723b 100755 --- a/debian/apt.bug-script +++ b/debian/apt.bug-script @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e cat <<EOF |