summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-05-25 03:40:14 +0000
committerNorbert Preining <preining@logic.at>2018-05-25 03:40:14 +0000
commit0d80612182b025cf448694a3f8782de77b56419f (patch)
tree9609869e24b865d6e128ab96b33ec3cd34920b72 /Master/tlpkg/TeXLive/TLPDB.pm
parent21ab4373a09a55afdc03c23a1288bdaaeaa34824 (diff)
try setup on windows in similar fashion as unix
git-svn-id: svn://tug.org/texlive/trunk@47834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-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 3c3f4a3dce3..0670a64c6f8 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -324,7 +324,7 @@ sub from_file {
# if we have xz available we try the xz file
my $xz_succeeded = 0 ;
my $compressorextension = "<UNSET>";
- if (defined($::progs{$DefaultCompressorFormat})) {
+ if (defined($::progs{$DecompressorProgram{$DefaultCompressorFormat}})) {
# we first try the xz compressed file
my ($xzfh, $xzfile) = TeXLive::TLUtils::tl_tmpfile();
close($xzfh);