summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 109242a8f1e..822d53086d1 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -1866,6 +1866,9 @@ sub action_update {
info("done\n") unless $::machinereadable;
}
+
+ print "end-of-updates\n" if $::machinereadable;
+
my @rerun_tlmgr_argv;
# only when we are not dry-running we restart the program
if ($other_updates_asked_for && !$opts{"dry-run"}) {
@@ -4041,6 +4044,8 @@ Currently this option only applies to the L<update|/"update
"end-of-header"
pkgname status localrev serverrev size
...
+ "end-of-updates"
+ other output from post actions, not in machine readable form
Currently the header section contains two fields. The field name and
value are separated by a tab. Line endings may be LF or CRLF depending