From da9c989d0593dfccc21274799a646dc227b4348d Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 15 Feb 2022 15:39:43 +0800 Subject: bugscript: drop workaround for long fixed issue in reportbug See-also: https://bugs.debian.org/169495 Fixed-in: reportbug 2.10 Fixed-on: 2002-12-23 --- debian/apt.bug-script | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian/apt.bug-script') diff --git a/debian/apt.bug-script b/debian/apt.bug-script index a83b5563a..b22671268 100755 --- a/debian/apt.bug-script +++ b/debian/apt.bug-script @@ -1,10 +1,5 @@ #!/bin/bash -e -# reportbug #169495 -if [ -z "$YESNO" ]; then - YESNO=$"yYnN" -fi - cat <