From 1edd8c323faa5bf8c78d478f6c0b51116d50d422 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 12 Mar 2022 12:19:55 +0100 Subject: 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 --- debian/apt.bug-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/apt.bug-script') 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 <