12 lines
268 B
Diff
12 lines
268 B
Diff
# 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
|