summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mlib-run.lua
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2012-05-16 20:20:36 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2012-05-16 20:20:36 +0000
commit8ab9ae95e67bafb87af0f600584c740528d3d3c2 (patch)
treebd8b964803ee7ee9b7d66162f4dc27d615e50408 /Master/texmf-dist/tex/context/base/mlib-run.lua
parent6af9cf70059e0d90dd4a087c24428a66315bd0ab (diff)
a patch for ConTeXt (mplib) to enable installation on path with spaces
git-svn-id: svn://tug.org/texlive/trunk@26450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mlib-run.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mlib-run.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mlib-run.lua b/Master/texmf-dist/tex/context/base/mlib-run.lua
index f42b5359438..32c80649766 100644
--- a/Master/texmf-dist/tex/context/base/mlib-run.lua
+++ b/Master/texmf-dist/tex/context/base/mlib-run.lua
@@ -148,7 +148,7 @@ if mplibone then
local preamble = [[
boolean mplib ; mplib := true ;
string mp_parent_version ; mp_parent_version := "%s" ;
- input %s ; dump ;
+ input "%s" ; dump ;
]]
metapost.parameters = {
@@ -244,7 +244,7 @@ else
local preamble = [[
boolean mplib ; mplib := true ;
let dump = endinput ;
- input %s ;
+ input "%s" ;
]]
function metapost.load(name)