summaryrefslogtreecommitdiff
path: root/bash/bash-2.05b/bashbug-editor.patch
blob: 6a385bdc8e94e0b8f008183183b0203cea2dd822 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./support/bashbug.sh~	Mon Nov 27 17:15:21 2000
+++ ./support/bashbug.sh	Tue Feb  6 18:54:48 2001
@@ -98,6 +98,7 @@
 		esac ;;
 esac
 
+BUGBASH="${BUGBASH},bash@packages.debian.org"
 BUGADDR="${1-$BUGBASH}"
 
 if [ -z "$DEFEDITOR" ] && [ -z "$EDITOR" ]; then