diff options
author | Norbert Preining <preining@logic.at> | 2009-07-28 18:29:44 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-28 18:29:44 +0000 |
commit | 64cdb9ed21254796873f1d844da04f96c59a7074 (patch) | |
tree | 4983c74b9a10a95c01454ec041fefa2991490e17 | |
parent | 3ca54dc09814adcddc6a955cede680392a8092e2 (diff) |
add "end-of-updates" to machinereadable output
git-svn-id: svn://tug.org/texlive/trunk@14480 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 5 |
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 |