aboutsummaryrefslogtreecommitdiffstats
path: root/bash/bash-2.05b/bashbug-editor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash-2.05b/bashbug-editor.patch')
-rw-r--r--bash/bash-2.05b/bashbug-editor.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/bash/bash-2.05b/bashbug-editor.patch b/bash/bash-2.05b/bashbug-editor.patch
index e69de29bb2..6a385bdc8e 100644
--- a/bash/bash-2.05b/bashbug-editor.patch
+++ b/bash/bash-2.05b/bashbug-editor.patch
@@ -0,0 +1,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