diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-08 22:32:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-08 22:32:59 +0000 |
commit | 705627efeb52a7040bed31565fa6eb90a736bea7 (patch) | |
tree | 81317952be4c2612a378c2644322b1cb7df2b95e /Master/bin/i386-cygwin/mtxrun | |
parent | 601235bee8bc78e29697cc852af3243d5a7d005d (diff) |
cygwin from kbrown, i386-kfreebsd from ab, sparc-linux from karlb
git-svn-id: svn://tug.org/texlive/trunk@22874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-cygwin/mtxrun')
-rwxr-xr-x | Master/bin/i386-cygwin/mtxrun | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/bin/i386-cygwin/mtxrun b/Master/bin/i386-cygwin/mtxrun index 948545bc391..f0b07dddd4b 100755 --- a/Master/bin/i386-cygwin/mtxrun +++ b/Master/bin/i386-cygwin/mtxrun @@ -10043,12 +10043,9 @@ local function splitpathexpr(str, newlist, validate) -- I couldn't resist lpeggi str = lpegmatch(stripper_1,str) if validate then for s in gmatch(str,"[^,]+") do - local restoreslashes = false - if gmatch(s, "//$") then restoreslashes = true end s = validate(s) if s then n = n + 1 ; t[n] = s - if restoreslashes and not find(s, "//$") then t[n] = t[n] .. '//' end end end else @@ -15159,7 +15156,7 @@ elseif environment.argument("find-file") then resolvers.load() local e_pattern = environment.argument("pattern") - local e_format = environment.argument("format") + local e_format = environment.arguments("format") if not e_pattern then runners.register_arguments(filename) environment.initializearguments(environment.arguments_after) |