diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-08-27 07:36:21 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-08-27 07:36:21 +0000 |
commit | 8f83fce63a8869ad89107a58981272bb3e358c65 (patch) | |
tree | 8f540e4f01923e4a2dffbc9833251f1f93a3ab5c /Master | |
parent | d980fc9a1d9f2d7c6cb38cf0105cc94721522740 (diff) |
oh boy, double remove_package somehow slipped through
git-svn-id: svn://tug.org/texlive/trunk@14888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 812f9644fe5..7f462fd5034 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2077,7 +2077,6 @@ sub action_update { } else { $localtlmedia->remove_package($pkg); } - $localtlmedia->remove_package($pkg); if ($tlmediasrc->install_package($pkg, $localtlpdb)) { # installation succeeded because we got a reference logpackage("update: $pkg ($rev -> $mediarev)"); |