diff options
author | Marius <mariausol@gmail.com> | 2010-09-24 18:30:51 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2010-09-24 18:30:51 +0300 |
commit | 24d4cf2733923f46684f87ff123f1203495a173c (patch) | |
tree | 96e73506d5c478c524a9250ccaa1bc4aea59851f /tex/context/base/mlib-run.lua | |
parent | a49b33bed6bfefa523e1a79d6064e589cc877f3a (diff) | |
download | context-24d4cf2733923f46684f87ff123f1203495a173c.tar.gz |
beta 2010.09.24 11:40
Diffstat (limited to 'tex/context/base/mlib-run.lua')
-rw-r--r-- | tex/context/base/mlib-run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mlib-run.lua b/tex/context/base/mlib-run.lua index 25c1cb022..fc993861c 100644 --- a/tex/context/base/mlib-run.lua +++ b/tex/context/base/mlib-run.lua @@ -109,7 +109,7 @@ if mplibone then function metapost.make(name, target, version) starttiming(mplib) - target = file.replacesuffix(target or name, "mem") + target = file.replacesuffix(target or name, "mem") -- redundant local mpx = mplib.new ( table.merged ( metapost.parameters, { |