aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r--src/luarocks/cfg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 1207d600..c7ca4441 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -227,6 +227,7 @@ local defaults = {
227 lua_interpreter = site_config.LUA_INTERPRETER or "lua", 227 lua_interpreter = site_config.LUA_INTERPRETER or "lua",
228 downloader = site_config.LUAROCKS_DOWNLOADER or "wget", 228 downloader = site_config.LUAROCKS_DOWNLOADER or "wget",
229 md5checker = site_config.LUAROCKS_MD5CHECKER or "md5sum", 229 md5checker = site_config.LUAROCKS_MD5CHECKER or "md5sum",
230 connection_timeout = 30, -- 0 = no timeout
230 231
231 variables = { 232 variables = {
232 MAKE = "make", 233 MAKE = "make",