diff options
Diffstat (limited to 'src/luarocks/path.lua')
-rw-r--r-- | src/luarocks/path.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/path.lua b/src/luarocks/path.lua index 37ff846a..6219d8c6 100644 --- a/src/luarocks/path.lua +++ b/src/luarocks/path.lua | |||
@@ -2,7 +2,6 @@ | |||
2 | --- LuaRocks-specific path handling functions. | 2 | --- LuaRocks-specific path handling functions. |
3 | -- All paths are configured in this module, making it a single | 3 | -- All paths are configured in this module, making it a single |
4 | -- point where the layout of the local installation is defined in LuaRocks. | 4 | -- point where the layout of the local installation is defined in LuaRocks. |
5 | --module("luarocks.path", package.seeall) | ||
6 | local path = {} | 5 | local path = {} |
7 | 6 | ||
8 | local dir = require("luarocks.dir") | 7 | local dir = require("luarocks.dir") |