summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/syst-mac.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-07-24 12:35:49 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-07-24 12:35:49 +0200
commit352517495e32813d30d0080f2a0c8dd1afea794a (patch)
tree346f33901602d6bd6db1c5913ff092fcf821fa10 /tex/context/base/mkxl/syst-mac.lmt
parent82c674fdcf5bcff4ad0dc0936d638fc729145616 (diff)
downloadcontext-352517495e32813d30d0080f2a0c8dd1afea794a.tar.gz
2022-07-24 12:18:00
Diffstat (limited to 'tex/context/base/mkxl/syst-mac.lmt')
-rw-r--r--tex/context/base/mkxl/syst-mac.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/syst-mac.lmt b/tex/context/base/mkxl/syst-mac.lmt
index 74502f4ee..bd1d8476f 100644
--- a/tex/context/base/mkxl/syst-mac.lmt
+++ b/tex/context/base/mkxl/syst-mac.lmt
@@ -110,7 +110,7 @@ implement {
arguments = "3 strings",
actions = function(start,stop,command)
gobbletoken(createtoken(start),createtoken(stop))
- if command then
+ if command and command ~= "" then
context[command]()
end
end