summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-05-23 02:32:50 +0000
committerNorbert Preining <preining@logic.at>2018-05-23 02:32:50 +0000
commitcd5f61b188f3160d3d2020f418410ed72e58a566 (patch)
treed2265ab88fbacdca379b6509c27bddc2298ce3db /Master/tlpkg/TeXLive/TLPDB.pm
parent1bc9a0565e5c03222bdeeb5a9aeaacdc90531d80 (diff)
get rid of all traces of xzdec
git-svn-id: svn://tug.org/texlive/trunk@47804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index d2cd1edefda..aeeae5577d3 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -339,7 +339,7 @@ sub from_file {
if ($ret && (-r "$xzfile")) {
# ok, let the fun begin
debug("decompressing $xzfile to $tlpdbfile\n");
- # xzdec *hopefully* returns 0 on success and anything else on failure
+ # xz *hopefully* returns 0 on success and anything else on failure
# we don't have to negate since not zero means error in the shell
# and thus in perl true
if (system("$decompressor @decompressorArgs <$xzfile_quote >$tlpdbfile_quote")) {