commit | 127bf00f7d2fee044602bec8c76ec9d6bf368025 | [log] [tgz] |
---|---|---|
author | martin@catalyst.net.nz <martin@catalyst.net.nz> | Sun Sep 11 21:26:05 2005 +1200 |
committer | Junio C Hamano <junkio@cox.net> | Sun Sep 11 10:51:57 2005 -0700 |
tree | d2da81fe11dbc3ba07ad99d05cafbc533a58d277 | |
parent | 1d4710d06ccf6911b42a3a7b4a4bf148008f32a5 [diff] |
[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>