diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-07-30 01:26:23 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-07-30 01:26:23 +0000 |
commit | aa229e9942897b26eda8b492e4314ee5a2f23f1c (patch) | |
tree | c31c3aa19c0cd84f13326de61f06b0739736f676 /src/bin | |
parent | 15023de93ebb347cbcb2d2ec8c6666502f5bd335 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 2 |
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") | |||
15 | commands.list = require("luarocks.list") | 15 | commands.list = require("luarocks.list") |
16 | commands.remove = require("luarocks.remove") | 16 | commands.remove = require("luarocks.remove") |
17 | commands.make = require("luarocks.make") | 17 | commands.make = require("luarocks.make") |
18 | commands.get_rockspec = require("luarocks.get_rockspec") | 18 | commands.download = require("luarocks.download") |
19 | 19 | ||
20 | command_line.run_command(...) | 20 | command_line.run_command(...) |