aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ab0ff3926fd8..3ca214b04965 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