diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-29 19:52:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-29 19:52:06 +0000 |
commit | d7c478016d4ac6929da8bea5969892683e044fe2 (patch) | |
tree | 16074298209bf42e9f229f717c47b45802ed4352 /shells | |
parent | f1a492cf44ef52e19f05035059aa50fd1f46883a (diff) | |
download | ports-d7c478016d4ac6929da8bea5969892683e044fe2.tar.gz ports-d7c478016d4ac6929da8bea5969892683e044fe2.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/files/patch-bashbug.sh | 11 |
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} + |