--- bzdiff-orig 2003-08-09 02:35:45.000000000 -0400 +++ bzdiff 2004-08-26 15:24:33.263466500 -0400 @@ -37,7 +37,7 @@ if test -z "$FILES"; then echo "Usage: $prog [${comp}_options] file [file]" exit 1 fi -tmp=`tempfile -d /tmp -p bz` || { +tmp=`mktemp /tmp/bzXXXXXX || tempfile -d /tmp -p bz || echo /tmp/bz$$` || { echo 'cannot create a temporary file' >&2 exit 1 }