aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-12-17 18:29:30 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-12-17 18:29:30 +0000
commit29842cb36e74037989b7a7f0bf38a47f342bac91 (patch)
tree9159902175ca375cde5f2e1c6b8e95d0df2f3e1b /tools
parent7ed84fa14b00cdacfe9b43019cba7a14b33af352 (diff)
Notes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/boot/lua-lint.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/boot/lua-lint.sh b/tools/boot/lua-lint.sh
index cc7a007947f2..c6bc89da3330 100755
--- a/tools/boot/lua-lint.sh
+++ b/tools/boot/lua-lint.sh
@@ -17,4 +17,5 @@ LUACHECK=$(which luacheck)
cd $(make -V SRCTOP)/stand
${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
--globals io.ischar --globals printc --globals cli_execute \
- --globals cli_execute_unparsed --globals try_include --std lua53
+ --globals cli_execute_unparsed --globals try_include \
+ --globals pager --std lua53