summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-12-06 00:00:55 +0000
committerNorbert Preining <preining@logic.at>2021-12-06 00:00:55 +0000
commite44fe1034bf080c561976ec9f016800e3507d40a (patch)
tree2dd76ea49d9b97f6680e12831bdf481237123ef7 /Master/install-tl
parent8337b4492337ea3e3f44cbcef70614b49d19bde6 (diff)
Fix incorrect variable name
git-svn-id: svn://tug.org/texlive/trunk@61226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
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 ""