svn commit: r329806 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Thu Feb 22 03:55:03 UTC 2018


Author: kevans
Date: Thu Feb 22 03:55:02 2018
New Revision: 329806
URL: https://svnweb.freebsd.org/changeset/base/329806

Log:
  lualoader: Consistently use double quotes

Modified:
  head/stand/lua/core.lua

Modified: head/stand/lua/core.lua
==============================================================================
--- head/stand/lua/core.lua	Thu Feb 22 03:54:59 2018	(r329805)
+++ head/stand/lua/core.lua	Thu Feb 22 03:55:02 2018	(r329806)
@@ -26,7 +26,7 @@
 -- $FreeBSD$
 --
 
-local config = require('config')
+local config = require("config")
 
 local core = {}
 


More information about the svn-src-head mailing list