diff options
author | Norbert Preining <preining@logic.at> | 2018-06-12 00:41:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-06-12 00:41:23 +0000 |
commit | a1408b6c85b55e6a966ba7c6e2bf2c7ec38c3518 (patch) | |
tree | ef1b567db32be061e9cf929820b9d318f109c38b /Master/tlpkg/TeXLive | |
parent | 3955b7f5d7c6bbac3848f31f10c64b4bc4b4157a (diff) |
stupid error
git-svn-id: svn://tug.org/texlive/trunk@47994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index cb81efe0bf2..48606687501 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2185,7 +2185,7 @@ sub unpack { # only check the necessary compressor program my $decompressor = $::progs{$decompressorType}; - my @decompressorArgs = @{$Compressors{$decompressor}{'decompress_args'}}; + my @decompressorArgs = @{$Compressors{$decompressorType}{'decompress_args'}}; my $fn = basename($what); my $pkg = $fn; |