From 5cdc22fb3c3a85160cd7c2d49ba10ab113e4a784 Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 11 Aug 2016 20:55:08 -0300 Subject: Make behavior of config files on Windows more consistent with that on Unix. This was detected during the port of the new testsuite to Windows by @robooo. --- src/luarocks/cfg.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index d58c7407..d84ebc6e 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua @@ -5,10 +5,9 @@ -- file format documentation for details. -- -- End-users shouldn't edit this file. They can override any defaults --- set in this file using their system-wide $LUAROCKS_SYSCONFIG file --- (see luarocks.site_config) or their user-specific configuration file --- (~/.luarocks/config.lua on Unix or %APPDATA%/luarocks/config.lua on --- Windows). +-- set in this file using their system-wide or user-specific configuration +-- files. Run `luarocks` with no arguments to see the locations of +-- these files in your platform. local rawset, next, table, pairs, require, io, os, setmetatable, pcall, ipairs, package, tonumber, type, assert, _VERSION = rawset, next, table, pairs, require, io, os, setmetatable, pcall, ipairs, package, tonumber, type, assert, _VERSION -- cgit v1.2.3-55-g6feb