aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-03-02 16:51:43 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-03-02 16:51:43 +0000
commit8960f9d7ade17f2730857e5df14bf07e58631677 (patch)
treed0e89987a5a5c84d40fc12a7093ee219208c8666
parent7e79c3c15f39cf0ded9a38a7b2dd3926719e9446 (diff)
Notes
-rwxr-xr-xtools/boot/lua-lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boot/lua-lint.sh b/tools/boot/lua-lint.sh
index 10cde8c71c21..ab0ff3926fd8 100755
--- a/tools/boot/lua-lint.sh
+++ b/tools/boot/lua-lint.sh
@@ -16,4 +16,4 @@ LUACHECK=$(which luacheck)
cd $(make -V SRCTOP)/stand
${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
- --globals io.ischar --globals cli_execute --std lua53
+ --globals io.ischar --globals printc --globals cli_execute --std lua53