summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 14d59d274d6..94716840996 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -990,7 +990,7 @@ sub action_gui {
push @cmdline, "--location", "$opt_location"
if (defined($opt_location));
push @cmdline, "--logfile", "$::LOGFILENAME"
- if (defined($::LOGFILE));
+ if (defined($::LOGFILENAME));
push @cmdline, "-v" if ($::opt_verbosity > 0);
push @cmdline, "-v" if ($::opt_verbosity > 1);
push @cmdline, "-q" if ($::opt_quiet > 0);