From c5e4e23bcb43daa21ba747aa45206472ff6686fd Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 11 Jun 2018 06:39:21 +0000 Subject: fix typo in compressor rework git-svn-id: svn://tug.org/texlive/trunk@47986 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLUtils.pm') 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; -- cgit v1.2.3