Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luarocks/src/luarocks/path_cmd.lua')
-rw-r--r--luarocks/src/luarocks/path_cmd.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/luarocks/src/luarocks/path_cmd.lua b/luarocks/src/luarocks/path_cmd.lua
index 95532f9..2bee4cb 100644
--- a/luarocks/src/luarocks/path_cmd.lua
+++ b/luarocks/src/luarocks/path_cmd.lua
@@ -6,7 +6,6 @@ local path_cmd = {}
local util = require("luarocks.util")
local deps = require("luarocks.deps")
local cfg = require("luarocks.cfg")
-local path = require("luarocks.path")
path_cmd.help_summary = "Return the currently configured package path."
path_cmd.help_arguments = ""