From 08df24ac4f1ac5ef3b5bb59629e65e4b90b2a51d Mon Sep 17 00:00:00 2001 From: hisham Date: Thu, 23 Apr 2009 18:56:38 +0000 Subject: LuaRocks can now use itself to load its own dependencies! git-svn-id: http://luarocks.org/svn/luarocks/trunk@13 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- src/bin/luarocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index 8812ecc8..ae0c2b42 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -1,4 +1,4 @@ -#!/usr/bin/env lua +#!/usr/bin/lua local command_line = require("luarocks.command_line") -- cgit v1.2.3-55-g6feb