texlive[61226] Master/install-tl: Fix incorrect variable name
commits+preining at tug.org
commits+preining at tug.org
Mon Dec 6 01:00:55 CET 2021
Revision: 61226
http://tug.org/svn/texlive?view=revision&revision=61226
Author: preining
Date: 2021-12-06 01:00:55 +0100 (Mon, 06 Dec 2021)
Log Message:
-----------
Fix incorrect variable name
Modified Paths:
--------------
trunk/Master/install-tl
Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl 2021-12-05 23:21:54 UTC (rev 61225)
+++ trunk/Master/install-tl 2021-12-06 00:00:55 UTC (rev 61226)
@@ -706,7 +706,7 @@
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 ""
More information about the tex-live-commits
mailing list.