1
0
Fork 0
bash/debian/patches/bashbug-editor.diff
Daniel Baumann fc8a52c443
Adding debian version 5.2.37-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 06:49:22 +02:00

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