summaryrefslogtreecommitdiff
path: root/bash/bash-2.05b/bashbug-editor.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /bash/bash-2.05b/bashbug-editor.patch
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
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