From 8863788a986e11d564c98af0de89def47c83193c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 12 Nov 2013 16:45:24 -0200 Subject: Merge changes proposed by @siffiejoe in #172. (Sorry about the clumsiness of not doing a proper merge.) --- src/bin/luarocks | 1 + src/bin/luarocks-admin | 1 + 2 files changed, 2 insertions(+) (limited to 'src/bin') 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 @@ #!/usr/bin/env lua +local loader = require("luarocks.loader") local command_line = require("luarocks.command_line") program_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 @@ #!/usr/bin/env lua +local loader = require("luarocks.loader") local command_line = require("luarocks.command_line") program_description = "LuaRocks repository administration interface" -- cgit v1.2.3-55-g6feb