summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-19 21:56:15 +0000
committerKarl Berry <karl@freefriends.org>2020-03-19 21:56:15 +0000
commit6813a65f77dac6a12c0545b6ccd2bc53d8c33cbb (patch)
tree5e609c86af929a5eb07e45d8ce2708f476d46a2b /Build
parent95de47a0fd11f5271d239b79de308a91a1fc5693 (diff)
glossaries (19mar20)
git-svn-id: svn://tug.org/texlive/trunk@54402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl11
1 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index b7d21cf0111..a07e5ce5bbf 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 54357 2020-03-16 20:54:33Z karl $
+# $Id: tlmgr.pl 54386 2020-03-18 03:27:17Z preining $
#
# Copyright 2008-2020 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 54357 $';
-my $datrev = '$Date: 2020-03-16 21:54:33 +0100 (Mon, 16 Mar 2020) $';
+my $svnrev = '$Revision: 54386 $';
+my $datrev = '$Date: 2020-03-18 04:27:17 +0100 (Wed, 18 Mar 2020) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -813,6 +813,7 @@ sub do_cmd_and_check {
# tlmgr front ends (MacOSX's TeX Live Utility) can read it
# and show it to the user before the possibly long delay.
info("running $cmd ...\n");
+ logpackage("running $cmd");
my ($out, $ret);
if ($opts{"dry-run"}) {
$ret = $F_OK;
@@ -828,11 +829,13 @@ sub do_cmd_and_check {
}
if ($ret == $F_OK) {
info("done running $cmd.\n");
+ logpackage("success, output: $out");
ddebug("--output of $cmd:\n$out\n--end of output of $cmd.");
return ($F_OK);
} else {
info("\n");
tlwarn("$prg: $cmd failed (status $ret), output:\n$out\n");
+ logpackage("error, status: $ret, output: $out");
return ($F_ERROR);
}
}
@@ -10011,7 +10014,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 54357 2020-03-16 20:54:33Z karl $
+$Id: tlmgr.pl 54386 2020-03-18 03:27:17Z preining $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html