diff options
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 9101e675..d2f3c220 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | -- this should be loaded first. | 3 | -- this should be loaded first. |
4 | local cfg = require("luarocks.cfg") | 4 | local cfg = require("luarocks.cfg") |
5 | cfg.init_package_paths() | ||
6 | 5 | ||
7 | local loader = require("luarocks.loader") | 6 | local loader = require("luarocks.loader") |
8 | local command_line = require("luarocks.command_line") | 7 | local command_line = require("luarocks.command_line") |
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index f49db920..2890d1f1 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | -- this should be loaded first. | 3 | -- this should be loaded first. |
4 | local cfg = require("luarocks.cfg") | 4 | local cfg = require("luarocks.cfg") |
5 | cfg.init_package_paths() | ||
6 | 5 | ||
7 | local loader = require("luarocks.loader") | 6 | local loader = require("luarocks.loader") |
8 | local command_line = require("luarocks.command_line") | 7 | local command_line = require("luarocks.command_line") |