summaryrefslogtreecommitdiff
path: root/Master/bin/i386-cygwin/mtxrun
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/i386-cygwin/mtxrun')
-rwxr-xr-xMaster/bin/i386-cygwin/mtxrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/i386-cygwin/mtxrun b/Master/bin/i386-cygwin/mtxrun
index f0b07dddd4b..d92f3409257 100755
--- a/Master/bin/i386-cygwin/mtxrun
+++ b/Master/bin/i386-cygwin/mtxrun
@@ -12615,7 +12615,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