summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
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 = ();