summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dcbcc0f9c16..546f9fb0f3b 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -438,8 +438,8 @@ sub action_show {
action_gui("config");
}
init_local_db();
+ my $tlmediatlpdb;
foreach my $pkg (@ARGV) {
- my $tlmediatlpdb;
my $tlp = $localtlpdb->get_package($pkg);
my $installed = 0;
if (!$tlp) {