summaryrefslogtreecommitdiffstats
path: root/debian/patches/bashbug-editor.diff
blob: 3b751b62f55c6f11591c1c91d9d0fb136743a7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# DP: send bug reports to Debian bash maintainer too.

--- a/support/bashbug.sh
+++ b/support/bashbug.sh
@@ -117,6 +117,7 @@
 		esac ;;
 esac
 
+BUGBASH="${BUGBASH},bash@packages.debian.org"
 BUGADDR="${1-$BUGBASH}"
 
 if [ -z "$DEFEDITOR" ] && [ -z "$EDITOR" ]; then