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 = {}
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to