aboutsummaryrefslogtreecommitdiff
path: root/tools/boot
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-03-07 18:41:16 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-03-07 18:41:16 +0000
commita284ff37fcd3987f4c1bf5ce19781ee08f5078cc (patch)
treec0164aebb5ab2bb82c682c5e98c912e5e97c36af /tools/boot
parent9ab2d3c5f82467ce2947c034305c688a0f6bfec9 (diff)
Notes
Diffstat (limited to 'tools/boot')
-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 ab0ff3926fd8f..3ca214b049655 100755
--- a/tools/boot/lua-lint.sh
+++ b/tools/boot/lua-lint.sh
@@ -16,4 +16,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 --std lua53
+ --globals io.ischar --globals printc --globals cli_execute \
+ --globals cli_execute_unparsed --std lua53