summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index d4a4a97f29b..2290e825ce7 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -667,8 +667,7 @@ sub calc_depends {
foreach $p (keys %install) {
my $tlpobj = $tlpdb->get_package($p);
if (not(defined($tlpobj))) {
- tlwarn("W: $p should be installed bug cannot be found in texlive.tlpdb!\n");
- tlwarn("W: disabling it (expect this messages a view times!)\n");
+ tlwarn("W: $p should be installed but cannot be found in texlive.tlpdb, disabling it!\n");
$install{$p} = 0;
next;
}