summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/bash1/files/patch-bashbug.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-bashbug.sh b/shells/bash1/files/patch-bashbug.sh
new file mode 100644
index 000000000000..b2ab8f36e4d1
--- /dev/null
+++ b/shells/bash1/files/patch-bashbug.sh
@@ -0,0 +1,11 @@
+--- support/bashbug.sh.race Thu Aug 27 17:21:28 1998
++++ support/bashbug.sh Thu Aug 27 17:23:40 1998
+@@ -15,7 +15,7 @@
+ PATH=/bin:/usr/bin:usr/local/bin:$PATH
+ export PATH
+
+-TEMP=/tmp/bashbug.$$
++TEMP=`/bin/mktemp /tmp/bashbug.XXXXXX`
+
+ BUGADDR=${1-bug-bash@prep.ai.mit.edu}
+