summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-08-28 08:49:51 +0000
committerNorbert Preining <preining@logic.at>2009-08-28 08:49:51 +0000
commit242853f717ee76c2d9caa3c145ec4afe1c98dc44 (patch)
tree13096649e49f28c03005e34ada654134a7a8606c /Master
parent9dca955463e172a1456c3bc08dce957f03048936 (diff)
print "end-of-updates" line on action install
git-svn-id: svn://tug.org/texlive/trunk@14909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 25c2256995f..eb4d9730361 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2411,6 +2411,7 @@ sub action_install {
$donesize += $sizes{$pkg};
$currnr++;
}
+ print "end-of-updates\n" if $::machinereadable;
if ($opts{"dry-run"}) {
# stop here, don't do any postinstall actions
return(0);