From 020532b8e42c390d3645f604804e42522df61c95 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 Oct 2019 16:32:53 +0000 Subject: log the original invocation git-svn-id: svn://tug.org/texlive/trunk@52419 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Master/install-tl') 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 = (); -- cgit v1.2.3