Add template to mktemp call

Based on a patch from Soh Tk-r28629
This commit is contained in:
mpm@selenic.com 2005-07-26 19:27:05 -08:00
parent 907e714bb6
commit 51f030dcd8

View File

@ -47,7 +47,7 @@ function run_one
{
rm -f $1.err
export TZ=GMT
D=`mktemp -d`
D=`mktemp -d -t tmp.XXXXXX`
if [ "$D" = "" ] ; then
echo mktemp failed!
fi