diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-22 17:55:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-22 17:55:49 +0000 |
commit | 8ab2bbd5a16cc3d70cdfce09b65770de6b880d1b (patch) | |
tree | 1d4f37c7bf0651b2d17562a143c8a806c6b376fc | |
parent | 3479b6ceba0e9b13650cdc56a34ec2cc8a6c01a9 (diff) |
(main): show version and $::maintree if debugging.
git-svn-id: svn://tug.org/texlive/trunk@69534 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index a0bf15b95f4..fa98ec783ca 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -622,7 +622,9 @@ for the full story.\n"; 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 @@ for the full story.\n"; 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 |