]> git.pld-linux.org Git - packages/bash.git/blob - bash-tmpfile.patch
- adapterized, pl summary, release 10
[packages/bash.git] / bash-tmpfile.patch
1 --- bash-2.05/support/bashbug.sh.sec    Fri May 11 22:20:00 2001
2 +++ bash-2.05/support/bashbug.sh        Fri May 11 22:20:18 2001
3 @@ -23,7 +23,7 @@
4  
5  # If the OS supplies a program to make temp files with semi-random names,
6  # use it.
7 -TEMP=/tmp/bbug.$$
8 +TEMP=`mktemp /tmp/bashbugXXXXXX`
9  for d in /bin /usr/bin /usr/local/bin ; do
10         if [ -x $d/mktemp ]; then
11                 TEMP=`$d/mktemp -t bbug ` ; break;
This page took 0.029905 seconds and 3 git commands to generate.