summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-06-11 06:39:21 +0000
committerNorbert Preining <preining@logic.at>2018-06-11 06:39:21 +0000
commitc5e4e23bcb43daa21ba747aa45206472ff6686fd (patch)
tree88eb33942cb577c6d69214e7e641ff2fe7a640e2 /Master/tlpkg/TeXLive/TLUtils.pm
parent68de942a3e3ab2d927389d502695e37a898d6ad0 (diff)
fix typo in compressor rework
git-svn-id: svn://tug.org/texlive/trunk@47986 c570f23f-e606-0410-a88d-b1316a301751
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;