diff options
| author | Philipp Janda <siffiejoe@gmx.net> | 2014-05-27 02:45:06 +0200 |
|---|---|---|
| committer | Philipp Janda <siffiejoe@gmx.net> | 2014-05-27 02:45:06 +0200 |
| commit | dbb63f8248eca42da4fad45c718fe7d70ec8eacc (patch) | |
| tree | 80ac9c7bcb19a237c667b5f1b7ec6adfaa5a0ae7 /src/bin | |
| parent | 64eea52bca48ba979ec8f485859f449983c056c5 (diff) | |
| parent | dc9d2daf9deaf867b6caaf88ab1bb088e2b4622d (diff) | |
| download | luarocks-dbb63f8248eca42da4fad45c718fe7d70ec8eacc.tar.gz luarocks-dbb63f8248eca42da4fad45c718fe7d70ec8eacc.tar.bz2 luarocks-dbb63f8248eca42da4fad45c718fe7d70ec8eacc.zip | |
Merge remote-tracking branch 'upstream/master' into staticlibs
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 b85fbc7c..3c9e1b74 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
| @@ -23,6 +23,7 @@ commands = { | |||
| 23 | write_rockspec = "luarocks.write_rockspec", | 23 | write_rockspec = "luarocks.write_rockspec", |
| 24 | purge = "luarocks.purge", | 24 | purge = "luarocks.purge", |
| 25 | doc = "luarocks.doc", | 25 | doc = "luarocks.doc", |
| 26 | upload = "luarocks.upload", | ||
| 26 | } | 27 | } |
| 27 | 28 | ||
| 28 | command_line.run_command(...) | 29 | command_line.run_command(...) |
