From 64cdb9ed21254796873f1d844da04f96c59a7074 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 28 Jul 2009 18:29:44 +0000 Subject: add "end-of-updates" to machinereadable output git-svn-id: svn://tug.org/texlive/trunk@14480 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Master') 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