~percona-toolkit-dev/percona-toolkit/fix-sync-index-bug-1003014

« back to all changes in this revision

Viewing changes to bin/pt-pmp

Merge fix-mktemp-bug-986151.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
   else
29
29
      local tool="${0##*/}"
30
30
      local pid="$$"
31
 
      TMPDIR=`mktemp -d /tmp/${tool}.${pid}.XXXXX` \
 
31
      TMPDIR=`mktemp -d /tmp/${tool}.${pid}.XXXXXX` \
32
32
         || die "Cannot make secure tmpdir"
33
33
   fi
34
34
}