summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/syst-mac.lmt
diff options
context:
space:
mode:
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