summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-23 12:05:18 +0000
committerNorbert Preining <preining@logic.at>2009-07-23 12:05:18 +0000
commitfffc2af7d99c16a5c0d09b13d0c2fc7e0832a9a1 (patch)
tree631838200aa1181d130641110d4fb961abcc02e4 /Master
parentafeeae15600d459b44db97c574fb2d0249689b9d (diff)
fix Karl's fix, we need to check for $pkg, not $p which contains the name
git-svn-id: svn://tug.org/texlive/trunk@14399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 86c73c45451..74424c0974f 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -1610,7 +1610,7 @@ sub action_update {
} else {
&ddebug("removing package $p\n");
my $pkg = $localtlmedia->tlpdb->get_package($p);
- if (! $p) {
+ if (! $pkg) {
# This happened when a collection was removed by the user,
# and then renamed on the server, e.g., collection-langarab ->
# collection-langarabic; Luecking report 20 July 2009.