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

« back to all changes in this revision

Viewing changes to bin/pt-stalk

Merge fix-mktemp-bug-986151.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
   else
440
440
      local tool="${0##*/}"
441
441
      local pid="$$"
442
 
      TMPDIR=`mktemp -d /tmp/${tool}.${pid}.XXXXX` \
 
442
      TMPDIR=`mktemp -d /tmp/${tool}.${pid}.XXXXXX` \
443
443
         || die "Cannot make secure tmpdir"
444
444
   fi
445
445
}