]> git.ipfire.org Git - thirdparty/git.git/commit - git-archimport.perl
archimport: fix -t tmpdir switch
authorEric Wong <normalperson@yhbt.net>
Thu, 24 Nov 2005 07:50:27 +0000 (23:50 -0800)
committerMartin Langhoff <martin@catalyst.net.nz>
Sun, 11 Dec 2005 01:41:40 +0000 (14:41 +1300)
commit5744f27794c284758a5c7956b9e5d5669c5dd318
treea9d5797d31137fdf0f44700e158c35b715c54102
parentf88961a85f14dd3fae4f5204f8187ba5d9a7646e
archimport: fix -t tmpdir switch

set TMPDIR env correctly if -t <tmpdir> is passed from the command-line.
setting TMPDIR => 1 as an argument to tempdir() has no effect otherwise

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
git-archimport.perl