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