summaryrefslogtreecommitdiff
path: root/tex/context/base/l-lua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/l-lua.lua')
-rw-r--r--tex/context/base/l-lua.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/l-lua.lua b/tex/context/base/l-lua.lua
index 233e1aa0f..4a96b0b1d 100644
--- a/tex/context/base/l-lua.lua
+++ b/tex/context/base/l-lua.lua
@@ -151,4 +151,6 @@ end
-- nice for non ascii scripts (this might move):
-lua.mask = load([[τεχ = 1]]) and "utf" or "ascii"
+if lua then
+ lua.mask = load([[τεχ = 1]]) and "utf" or "ascii"
+end