svn commit: r331565 - head/tools/boot

Kyle Evans kevans at FreeBSD.org
Mon Mar 26 19:08:20 UTC 2018


Author: kevans
Date: Mon Mar 26 19:08:19 2018
New Revision: 331565
URL: https://svnweb.freebsd.org/changeset/base/331565

Log:
  lua-lint: Hint that try_include is now an accepted global
  
  try_include was added in r331563.

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

Modified: head/tools/boot/lua-lint.sh
==============================================================================
--- head/tools/boot/lua-lint.sh	Mon Mar 26 19:06:25 2018	(r331564)
+++ head/tools/boot/lua-lint.sh	Mon Mar 26 19:08:19 2018	(r331565)
@@ -17,4 +17,4 @@ LUACHECK=$(which luacheck)
 cd $(make -V SRCTOP)/stand
 ${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
 	--globals io.ischar --globals printc --globals cli_execute \
-	--globals cli_execute_unparsed --std lua53
+	--globals cli_execute_unparsed --globals try_include --std lua53


More information about the svn-src-all mailing list