squish.lua

changeset 89
23dbca856f92
parent 88
60e10cf9b20c
child 90
b9470a7655b4
equal deleted inserted replaced
88:60e10cf9b20c 89:23dbca856f92
194 end 194 end
195 end 195 end
196 end 196 end
197 end 197 end
198 198
199 print(opts.list_files)
200 if opts.list_files then 199 if opts.list_files then
201 local function write(text) 200 local function write(text)
202 io.write(text, "\n"); 201 io.write(text, "\n");
203 end 202 end
204 for _, fn in pairs(main_files) do 203 for _, fn in pairs(main_files) do

mercurial