aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2013-11-12 20:37:17 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2013-11-12 20:37:17 +0100
commit4e4e1d275971ead2f35fe20a14615558d0d63bca (patch)
treed8c0ef48a856ca6cc7dc9d81ddb0248489529b72 /src/bin
parentf0f3f13d32a4de05cc5d0f4e2a62b600fbce09c7 (diff)
parentf06853ce8818a1b337b68fec710c8180e37e0b68 (diff)
downloadluarocks-4e4e1d275971ead2f35fe20a14615558d0d63bca.tar.gz
luarocks-4e4e1d275971ead2f35fe20a14615558d0d63bca.tar.bz2
luarocks-4e4e1d275971ead2f35fe20a14615558d0d63bca.zip
Merge branch 'master' of github.com:Tieske/luarocks into win_install_checkpath
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks1
-rwxr-xr-xsrc/bin/luarocks-admin1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index e28b17b8..6ab27fa3 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,5 +1,6 @@
1#!/usr/bin/env lua 1#!/usr/bin/env lua
2 2
3local loader = require("luarocks.loader")
3local command_line = require("luarocks.command_line") 4local command_line = require("luarocks.command_line")
4 5
5program_description = "LuaRocks main command-line interface" 6program_description = "LuaRocks main command-line interface"
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 4c5613ca..983dda87 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,5 +1,6 @@
1#!/usr/bin/env lua 1#!/usr/bin/env lua
2 2
3local loader = require("luarocks.loader")
3local command_line = require("luarocks.command_line") 4local command_line = require("luarocks.command_line")
4 5
5program_description = "LuaRocks repository administration interface" 6program_description = "LuaRocks repository administration interface"