* speclib: Revert to using tempdir.

This commit is contained in:
Christopher Faylor 2009-04-14 14:28:34 +00:00
parent 51291d61e2
commit d295466636
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-04-14 Christopher Faylor <me+cygwin@cgf.cx>
* speclib: Revert to using tempdir.
2009-04-14 Corinna Vinschen <corinna@vinschen.de>
* localtime.cc (tzload): Implement setting __tzrule's offset member

View File

@ -43,7 +43,7 @@ close $nm_fd;
%extract or die "$0: couldn't find symbols for $lib\n";
my $dir = File::Temp->newdir();
my $dir = File::Temp->tempdir(CLEANUP => 1);
chdir $dir;
# print join(' ', '+', $ar, 'x', sort keys %extract), "\n";