From 397659cc5cb30569b33cc9c0ab220f85379bc97f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 20 Mar 2014 16:49:51 -0300 Subject: Split luarocks.path the library and `luarocks path` the command. As suggested in #232. --- src/bin/luarocks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index e9cfc349..1d81ed1e 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -1,5 +1,4 @@ #!/usr/bin/env lua - local loader = require("luarocks.loader") local command_line = require("luarocks.command_line") @@ -16,7 +15,7 @@ commands = { remove = "luarocks.remove", make = "luarocks.make", download = "luarocks.download", - path = "luarocks.path", + path = "luarocks.path_cmd", show = "luarocks.show", new_version = "luarocks.new_version", lint = "luarocks.lint", -- cgit v1.2.3-55-g6feb