From e44fe1034bf080c561976ec9f016800e3507d40a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 6 Dec 2021 00:00:55 +0000 Subject: Fix incorrect variable name git-svn-id: svn://tug.org/texlive/trunk@61226 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 4cc5fb795fa..2efe3a0ae0b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -706,7 +706,7 @@ if ($opt_gui eq 'text' or $opt_gui eq 'extl' or $opt_profile ne "") { info(join("\n", @::welcome_arr)); } do_cleanup(); # sets $::LOGFILENAME if not already defined - if ($LOGFILENAME) { + if ($::LOGFILENAME) { print STDOUT "\nLogfile: $::LOGFILENAME\n"; } else { # do_cleanup sets $::LOGFILENAME to "" -- cgit v1.2.3