From 8ab9ae95e67bafb87af0f600584c740528d3d3c2 Mon Sep 17 00:00:00 2001 From: Mojca Miklavec Date: Wed, 16 May 2012 20:20:36 +0000 Subject: 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 --- Master/texmf-dist/tex/context/base/mlib-run.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist') 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) -- cgit v1.2.3