svn commit: r330286 - head/tools/boot

Kyle Evans kevans at FreeBSD.org
Fri Mar 2 16:51:44 UTC 2018


Author: kevans
Date: Fri Mar  2 16:51:43 2018
New Revision: 330286
URL: https://svnweb.freebsd.org/changeset/base/330286

Log:
  Add --globals printc to lua-lint
  
  We provide a global 'printc' as of r330282; make luacheck aware of this fact
  so that we can use it without complaints.

Modified:
  head/tools/boot/lua-lint.sh

Modified: head/tools/boot/lua-lint.sh
==============================================================================
--- head/tools/boot/lua-lint.sh	Fri Mar  2 16:47:02 2018	(r330285)
+++ head/tools/boot/lua-lint.sh	Fri Mar  2 16:51:43 2018	(r330286)
@@ -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


More information about the svn-src-head mailing list