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