summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 86bc13d27ab..71df6d1613a 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2367,7 +2367,7 @@ sub setup_programs {
# also set up $::{'compressor'} if not already done
# this selects the first one
# but we might reset this depending on TEXLIVE_COMPRESSOR setting, see below
- defined($::prog{'compressor'}) || ($::prog{'compressor'} = $comptype);
+ defined($::progs{'compressor'}) || ($::progs{'compressor'} = $comptype);
}
}
$::progs{'working_compressors'} = [ @working_compressors ];