diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cfg.lua | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ | |||
5 | -- file format documentation</a> for details. | 5 | -- file format documentation</a> for details. |
6 | -- | 6 | -- |
7 | -- End-users shouldn't edit this file. They can override any defaults | 7 | -- End-users shouldn't edit this file. They can override any defaults |
8 | -- set in this file using their system-wide $LUAROCKS_SYSCONFIG file | 8 | -- set in this file using their system-wide or user-specific configuration |
9 | -- (see luarocks.site_config) or their user-specific configuration file | 9 | -- files. Run `luarocks` with no arguments to see the locations of |
10 | -- (~/.luarocks/config.lua on Unix or %APPDATA%/luarocks/config.lua on | 10 | -- these files in your platform. |
11 | -- Windows). | ||
12 | 11 | ||
13 | local rawset, next, table, pairs, require, io, os, setmetatable, pcall, ipairs, package, tonumber, type, assert, _VERSION = | 12 | local rawset, next, table, pairs, require, io, os, setmetatable, pcall, ipairs, package, tonumber, type, assert, _VERSION = |
14 | rawset, next, table, pairs, require, io, os, setmetatable, pcall, ipairs, package, tonumber, type, assert, _VERSION | 13 | rawset, next, table, pairs, require, io, os, setmetatable, pcall, ipairs, package, tonumber, type, assert, _VERSION |