summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-30 21:07:31 +0000
committerKarl Berry <karl@freefriends.org>2024-01-30 21:07:31 +0000
commit4cd5a13cada0c802764cd845fe52db78b87634b5 (patch)
treebd6986bf7488eff234df34d007d5e7d89a1738ca /Build
parent41a331fa8fa1fd9dcd8bf9aa032c5472ef597b15 (diff)
bib2gls (29jan24)
git-svn-id: svn://tug.org/texlive/trunk@69635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl13
1 files changed, 8 insertions, 5 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 4addf9c917f..fe660b3a29a 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 69413 2024-01-13 22:43:25Z karl $
+# $Id: tlmgr.pl 69534 2024-01-22 17:55:49Z karl $
# Copyright 2008-2024 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -8,8 +8,8 @@
use strict; use warnings;
-my $svnrev = '$Revision: 69413 $';
-my $datrev = '$Date: 2024-01-13 23:43:25 +0100 (Sat, 13 Jan 2024) $';
+my $svnrev = '$Revision: 69534 $';
+my $datrev = '$Date: 2024-01-22 18:55:49 +0100 (Mon, 22 Jan 2024) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -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
@@ -10297,7 +10300,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 69413 2024-01-13 22:43:25Z karl $
+$Id: tlmgr.pl 69534 2024-01-22 17:55:49Z karl $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html