summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-act.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/math-act.lmt')
-rw-r--r--tex/context/base/mkxl/math-act.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/math-act.lmt b/tex/context/base/mkxl/math-act.lmt
index d4abed0ba..152707670 100644
--- a/tex/context/base/mkxl/math-act.lmt
+++ b/tex/context/base/mkxl/math-act.lmt
@@ -3451,7 +3451,7 @@ local function applytweaks(when,target,original)
if action then
local feature = tweak.feature
local features = target.specification.features.normal
- if not feature or features[feature] == true then
+ if feature == nil or features[feature] then
local version = tweak.version
if version and version ~= target.tweakversion then
report_math("skipping tweak %a version %a",tweak.tweak,version)