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 077d6015f5a..5eca1e906df 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2184,7 +2184,7 @@ sub unpack {
}
# only check the necessary compressor program
- my @decompressorArgs = @{$Compressors{$compressor}{'decompress_args'}};
+ my @decompressorArgs = @{$Compressors{$decompressor}{'decompress_args'}};
my $fn = basename($what);
my $pkg = $fn;