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 0c3ab38f4fa..0a15525788a 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -810,7 +810,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 (exists($install{"context"} && $install{"context"} == 1)) { + if (exists($install{"context"}) && $install{"context"} == 1) { info("Generating the initial ConTeXt MkIV cache, be patient ..."); mkdirhier($TEXMFVAR); log(`luatools --generate 2>&1`); |