summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
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")) {