aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-09-10 10:11:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2010-09-10 10:11:52 -0300
commit6d83783e43061b6231f47dfb14eb6b5937555558 (patch)
treecdc27779a6ad0a2dd8f703882aef77926c27ec82 /src/bin
parent5dcc8b797dad3a4a9b44e3101b06ee1306c81196 (diff)
parent569ab48390725c2d87f9a89cdeb47bae3fc2cd46 (diff)
downloadluarocks-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-xsrc/bin/luarocks1
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")
17commands.make = require("luarocks.make") 17commands.make = require("luarocks.make")
18commands.download = require("luarocks.download") 18commands.download = require("luarocks.download")
19commands.path = require("luarocks.path") 19commands.path = require("luarocks.path")
20commands.show = require("luarocks.show")
20 21
21command_line.run_command(...) 22command_line.run_command(...)