fix lau scripts renaming

This commit is contained in:
Philippe Teuwen 2020-09-23 00:11:11 +02:00
commit 610b456a97
17 changed files with 35 additions and 35 deletions

View file

@ -128,10 +128,10 @@ local function dump_tag(uid, numsectors)
-- Save the global args, those are *our* arguments
local myargs = args
-- Set the arguments for htmldump script
-- Set the arguments for data_dumptohtml script
args =('-i %s.bin -o %s.html'):format(dumpfile, dumpfile)
-- call it
require('htmldump')
require('data_dumptohtml')
-- Set back args. Not that it's used, just for the karma...
args = myargs