aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-07-30 01:26:23 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-07-30 01:26:23 +0000
commitaa229e9942897b26eda8b492e4314ee5a2f23f1c (patch)
treec31c3aa19c0cd84f13326de61f06b0739736f676 /src/bin
parent15023de93ebb347cbcb2d2ec8c6666502f5bd335 (diff)
downloadluarocks-aa229e9942897b26eda8b492e4314ee5a2f23f1c.tar.gz
luarocks-aa229e9942897b26eda8b492e4314ee5a2f23f1c.tar.bz2
luarocks-aa229e9942897b26eda8b492e4314ee5a2f23f1c.zip
generalize 'get_rockspec' into 'download', which is able to download .src.rocks, rocks and rockspecs
git-svn-id: http://luarocks.org/svn/luarocks/trunk@43 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index 2e2ac422..80b53dee 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -15,6 +15,6 @@ commands.search = require("luarocks.search")
15commands.list = require("luarocks.list") 15commands.list = require("luarocks.list")
16commands.remove = require("luarocks.remove") 16commands.remove = require("luarocks.remove")
17commands.make = require("luarocks.make") 17commands.make = require("luarocks.make")
18commands.get_rockspec = require("luarocks.get_rockspec") 18commands.download = require("luarocks.download")
19 19
20command_line.run_command(...) 20command_line.run_command(...)