From b1d60bb06a493b1bd02ea4f02ec7b3656063dba3 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Mon, 28 Oct 2024 23:30:04 +1000 Subject: Various minor tweaks and cleanups. --- .test_.conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.test_.conf.lua') diff --git a/.test_.conf.lua b/.test_.conf.lua index e35fc72..1bd73c1 100644 --- a/.test_.conf.lua +++ b/.test_.conf.lua @@ -1,8 +1,8 @@ -- This works coz LuaJIT automatically loads the jit module. if type(jit) == 'table' then - io.write(arg[0] .. ' is being run by ' .. jit.version .. ' under ' .. jit.os .. ' on a ' .. jit.arch .. '\n') + print(arg[0] .. ' is being run by ' .. jit.version .. ' under ' .. jit.os .. ' on a ' .. jit.arch .. '. Lua version ' .. _VERSION) else - io.write(arg[0] .. ' is being run by Lua version ' .. _VERSION .. '\n') + print(arg[0] .. ' is being run by Lua version ' .. _VERSION) end return { -- cgit v1.1