summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-17 16:32:53 +0000
committerKarl Berry <karl@freefriends.org>2019-10-17 16:32:53 +0000
commit020532b8e42c390d3645f604804e42522df61c95 (patch)
tree3b23e8e8aecbcff44f7c37d0a38b32cea3f63d03 /Master/install-tl
parent7e244d694b031a956e1ffcbcfa03e7fc67a3e740 (diff)
log the original invocation
git-svn-id: svn://tug.org/texlive/trunk@52419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 84a61a9814a..e628d479868 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -180,6 +180,8 @@ use strict;
# global list of lines that get logged (see TLUtils.pm::_logit).
@::LOGLINES = ();
+# if --version, --help, etc., this just gets thrown away, which is ok.
+&log ("TeX Live installer invocation: $0", map { " $_" } @ARGV, "\n");
# global list of warnings
@::WARNLINES = ();