summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2011-05-17 04:19:09 +0000
committerNorbert Preining <preining@logic.at>2011-05-17 04:19:09 +0000
commitee1bd51a613b353cd57f95ca06a9e5256dc2a0cb (patch)
tree9a1dd62a1dd1859a96bc06e761c1bd7ece0b907d /Master/tlpkg/TeXLive
parent81dc2402a124b7273cb092b68170106e93bc2196 (diff)
fix old lzma when including the tmpfile patch
git-svn-id: svn://tug.org/texlive/trunk@22506 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 9b217132406..a066b8c37c3 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -275,7 +275,7 @@ sub from_file {
# TLUtils::download_file will just overwrite what is there
# on windows that doesn't work, so we close the fh immediately
# this creates a short loophole, but much better than before anyway
- close($lzmafh);
+ close($xzfh);
my $xzfile_quote = $xzfile;
# this is a variable of the whole sub as we have to remove the file
# before returning