diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index b02493e6968..f3b5f6aa89a 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -811,7 +811,7 @@ operations might be disturbed.\n\n"; # luatex/context # we only call luatools --generate once at installation time, the # rest must be managed by the user, Taco email 2010-05-26 - if (defined($install{"context"} && $install{"context"} == 1) { + if (defined($install{"context"} && $install{"context"} == 1)) { info("Generating the initial ConTeXt MkIV cache, be patient ..."); log(`luatools --generate`); info("done\n"); |