summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2022-02-15 15:39:43 +0800
committerPaul Wise <pabs@debian.org>2022-02-15 15:54:36 +0800
commitda9c989d0593dfccc21274799a646dc227b4348d (patch)
tree69128b81d03548152c1f3bb5b2f2450bc3e7ae13
parent0eaf2689fe2833f946c5b1676547be552c331831 (diff)
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
-rwxr-xr-xdebian/apt.bug-script5
1 files changed, 0 insertions, 5 deletions
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 <<EOF
I can automatically include various information about your apt configuration in
your bug report. This information may help to diagnose your problem.