]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: fix lua-lint run
authorkevans <kevans@FreeBSD.org>
Thu, 17 Dec 2020 18:29:30 +0000 (18:29 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 17 Dec 2020 18:29:30 +0000 (18:29 +0000)
commitae2c245c34247c877533b77e7270dae7abbb6b13
tree9159902175ca375cde5f2e1c6b8e95d0df2f3e1b
parent51645fda54cd2f9933f161bf99e3c4dae7cd0127
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