contrib/diffall: create tmp dirs without mktemp
authorTim Henigan <tim.henigan@gmail.com>
Wed, 14 Mar 2012 16:38:03 +0000 (12:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2012 22:20:21 +0000 (15:20 -0700)
mktemp is not available on all platforms. Instead of littering the code
with a work-around, this commit replaces mktemp with a one-line Perl
script.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found