diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-10 10:11:52 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-10 10:11:52 -0300 |
commit | 6d83783e43061b6231f47dfb14eb6b5937555558 (patch) | |
tree | cdc27779a6ad0a2dd8f703882aef77926c27ec82 /src/bin | |
parent | 5dcc8b797dad3a4a9b44e3101b06ee1306c81196 (diff) | |
parent | 569ab48390725c2d87f9a89cdeb47bae3fc2cd46 (diff) | |
download | luarocks-6d83783e43061b6231f47dfb14eb6b5937555558.tar.gz luarocks-6d83783e43061b6231f47dfb14eb6b5937555558.tar.bz2 luarocks-6d83783e43061b6231f47dfb14eb6b5937555558.zip |
Merge branch 'master' of github.com:keplerproject/luarocks
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index fd0c1d9c..5da4bc25 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -17,5 +17,6 @@ commands.remove = require("luarocks.remove") | |||
17 | commands.make = require("luarocks.make") | 17 | commands.make = require("luarocks.make") |
18 | commands.download = require("luarocks.download") | 18 | commands.download = require("luarocks.download") |
19 | commands.path = require("luarocks.path") | 19 | commands.path = require("luarocks.path") |
20 | commands.show = require("luarocks.show") | ||
20 | 21 | ||
21 | command_line.run_command(...) | 22 | command_line.run_command(...) |