summaryrefslogtreecommitdiff
path: root/Master/bin/powerpc-aix/mtxrun
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/powerpc-aix/mtxrun')
-rwxr-xr-xMaster/bin/powerpc-aix/mtxrun5
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/bin/powerpc-aix/mtxrun b/Master/bin/powerpc-aix/mtxrun
index 7adcd3023a8..8debdf95551 100755
--- a/Master/bin/powerpc-aix/mtxrun
+++ b/Master/bin/powerpc-aix/mtxrun
@@ -12150,10 +12150,7 @@ local function collect_instance_files(filename,askedformat,allresults) -- todo :
if doscan then files = resolvers.scanfiles(ppname) end
for k=1,#wantedfiles do
local w = wantedfiles[k]
- local subpath = ''
- if files[w] then
- subpath = type(files[w]) == "table" and files[w][1] or files[w]
- end
+ local subpath = files[w] or ''
local fname = filejoin(ppname,subpath,w)
if isreadable(fname) then
if trace_detail then