]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/lua: Address some nits
authorkevans <kevans@FreeBSD.org>
Sat, 17 Feb 2018 04:43:41 +0000 (04:43 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 17 Feb 2018 04:43:41 +0000 (04:43 +0000)
commit2df5f76c969b93a49cdc9a259be6c2ce82630b7e
tree6114b30d43936c4bbe5128f9197177c77901e8d0
parent578ddeafba4dab24e32d27d5b6ddbbbf8a782101
stand/lua: Address some nits

1.) Instead of string.function(s, ...), use s:function(...)
2.) Don't try to concatenate `res`, it was just tested to be nil
3.) Note that "Loading configuration" is configured modules, and be a little
more precise in mentioning what failed ("loading of one or more modules")
stand/lua/config.lua