diff options
Diffstat (limited to '')
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 9b1c5902..d58c7407 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -403,7 +403,7 @@ local defaults = { | |||
403 | 403 | ||
404 | if cfg.platforms.windows then | 404 | if cfg.platforms.windows then |
405 | local full_prefix = (site_config.LUAROCKS_PREFIX or (os.getenv("PROGRAMFILES")..[[\LuaRocks]])) | 405 | local full_prefix = (site_config.LUAROCKS_PREFIX or (os.getenv("PROGRAMFILES")..[[\LuaRocks]])) |
406 | extra_luarocks_module_dir = full_prefix.."\\lua\\?.lua" | 406 | extra_luarocks_module_dir = full_prefix.."/lua/?.lua" |
407 | 407 | ||
408 | home_config_file = home_config_file and home_config_file:gsub("\\","/") | 408 | home_config_file = home_config_file and home_config_file:gsub("\\","/") |
409 | defaults.fs_use_modules = false | 409 | defaults.fs_use_modules = false |