]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: fix lua-lint run
authorKyle Evans <kevans@FreeBSD.org>
Thu, 17 Dec 2020 18:29:30 +0000 (18:29 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 17 Dec 2020 18:29:30 +0000 (18:29 +0000)
commit29842cb36e74037989b7a7f0bf38a47f342bac91
tree9159902175ca375cde5f2e1c6b8e95d0df2f3e1b
parent7ed84fa14b00cdacfe9b43019cba7a14b33af352
lualoader: fix lua-lint run

luacheck rightfully complains that i is unused in the show-module-options
loop at the end (it was used for some debugging in the process).

We've added a new pager module that's compiled in, so declare that as an
acceptable global.
stand/lua/cli.lua
tools/boot/lua-lint.sh