Package: bash / 4.3-11

bashbug-editor.diff Patch series | download
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