From 4f89d3629b22255963da3705e4222c71045da58a Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 15 Feb 2022 15:51:22 +0800 Subject: bugscript: switch from bash to POSIX shell This means Debian is one step closer to removing bash from essential. See-also: https://salsa.debian.org/debian/grow-your-ideas/-/issues/20#note_296809 --- 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 c322b723b..67242f2ae 100755 --- a/debian/apt.bug-script +++ b/debian/apt.bug-script @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e cat <