summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2011-06-09 10:13:49 +0000
committerTaco Hoekwater <taco@elvenkind.com>2011-06-09 10:13:49 +0000
commit77ac7211a4df4f7a848b7def4aaff7fb1db9f28d (patch)
tree99e28c1d2fcb0b101c53b2053c77cd45b4bc746a /Build/source/texk
parent0dc2861e5920070c221367e8091c9bb77b88f216 (diff)
another tiny context patch
git-svn-id: svn://tug.org/texlive/trunk@22883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-xBuild/source/texk/texlive/context/mtxrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/context/mtxrun b/Build/source/texk/texlive/context/mtxrun
index 948545bc391..f90dbfbd7d1 100755
--- a/Build/source/texk/texlive/context/mtxrun
+++ b/Build/source/texk/texlive/context/mtxrun
@@ -12618,7 +12618,7 @@ end
local function resolve(str) -- use schemes, this one is then for the commandline only
local res = resolved[str]
if not res then
- res = gsub(str,"([a-z][a-z]+):([^ \"\']*)",_resolve_)
+ res = gsub(str,"([a-z][a-z]+):([^ \"\';]*)",_resolve_)
resolved[str] = res
abstract[res] = str
end