summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-10-18 09:05:27 +0000
committerNorbert Preining <preining@logic.at>2008-10-18 09:05:27 +0000
commit593a1d493a247512008e550a15236b6d97ce8cc8 (patch)
treec3b9154c1a5abf93d8d3457cf224729c90697abd /Master/texmf/scripts
parent5424be8514209d146a5591d61ce83f1ca03fb5f0 (diff)
fix for tlmgr to auto-reinstalled packages that got auto-removed
git-svn-id: svn://tug.org/texlive/trunk@11005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index cf5ff9e5aab..101dcb1ed8c 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -1028,8 +1028,8 @@ sub action_update {
} elsif ($newpkgs{$pkg}) {
# do nothing here, it will be reported below!
} elsif (defined($removals{$pkg})) {
- # do nothing, this package has been removed due to server removal
- # so don't warn here
+ # skipping this package, it has been removed due to server removal
+ next;
} else {
tlwarn("\nShould not happen, please report: "
. "$pkg mentioned, but neither new nor forcibly removed\n");