[PATCH] archimport - better handling of temp dirs
authormartin@catalyst.net.nz <martin@catalyst.net.nz>
Sun, 11 Sep 2005 09:26:05 +0000 (21:26 +1200)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Sep 2005 17:51:57 +0000 (10:51 -0700)
commit127bf00f7d2fee044602bec8c76ec9d6bf368025
treed2da81fe11dbc3ba07ad99d05cafbc533a58d277
parent1d4710d06ccf6911b42a3a7b4a4bf148008f32a5
[PATCH] archimport - better handling of temp dirs

Switched from backwards hard-coded tmp directory creation to using
File::Temp::tempdir() to create the directory inside $TMP_PATH or
what the user has provided via the -t parameter.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-archimport.perl