summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-27 01:33:00 +0000
committerKarl Berry <karl@freefriends.org>2009-01-27 01:33:00 +0000
commit22041095494174f7fa3630f143d1d6e73ebe2e8f (patch)
tree99b322bae9a26fab31f5bc7c9f141ca01880443b /Master/texmf/scripts
parentaed24148c958b101fe54f221d235ad1b08cefc22 (diff)
short-lived cleanup function is gone
git-svn-id: svn://tug.org/texlive/trunk@11987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 5466a1a32b0..1150fa8bb03 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2583,7 +2583,6 @@ sub finish {
if ($::gui_mode) {
return($ret);
} else {
- &TeXLive::TLUtils::cleanup();
exit($ret);
}
}