diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-03-02 16:51:43 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-03-02 16:51:43 +0000 |
| commit | 8960f9d7ade17f2730857e5df14bf07e58631677 (patch) | |
| tree | d0e89987a5a5c84d40fc12a7093ee219208c8666 /tools | |
| parent | 7e79c3c15f39cf0ded9a38a7b2dd3926719e9446 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/boot/lua-lint.sh | 2 |
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 |
