diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-02 17:55:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-02 17:55:23 +0000 |
commit | 94387ea2e54fa946b36805dc946385815ed3e670 (patch) | |
tree | 027d431fb08fe12d04735583313b4cfd500e2186 /Master/install-tl | |
parent | daeb29cf6271ac2eb7ade2fb9798dd0038f0ef6a (diff) |
require --all to update TL infrastructure containers; avoid "done" in install when not done, cleanup takes too long
git-svn-id: svn://tug.org/texlive/trunk@10415 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index 40cc2103ecb..58556426397 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -457,7 +457,6 @@ if (!$finished) { do_installation(); } -info ("$0: done.\n"); do_cleanup(); # closes the log file, so we say we're done before we are exit(0); |