texlive[69534] Master/texmf-dist/scripts/texlive/tlmgr.pl: (main):
commits+karl at tug.org
commits+karl at tug.org
Mon Jan 22 18:55:50 CET 2024
Revision: 69534
https://tug.org/svn/texlive?view=revision&revision=69534
Author: karl
Date: 2024-01-22 18:55:49 +0100 (Mon, 22 Jan 2024)
Log Message:
-----------
(main): show version and $::maintree if debugging.
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2024-01-22 00:43:57 UTC (rev 69533)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2024-01-22 17:55:49 UTC (rev 69534)
@@ -622,7 +622,9 @@
tldie("$prg: Try --help if you need it.\n");
}
- #
+ # nice to have the version if debugging.
+ debug("tlmgr version $tlmgrversion\n");
+
# the main tree we will be working on
$::maintree = $Master;
if ($opts{"usermode"}) {
@@ -634,6 +636,7 @@
chomp($::maintree = `kpsewhich -var-value TEXMFHOME`);
}
}
+ debug("maintree=$::maintree\n");
# besides doing normal logging if -logfile is specified, we try to log
# package related actions (install, remove, update) to
More information about the tex-live-commits
mailing list.