aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-04-23 18:56:38 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-04-23 18:56:38 +0000
commit08df24ac4f1ac5ef3b5bb59629e65e4b90b2a51d (patch)
tree6de5c006b1d2c29fc98ffd7815a6d8ddee7d4917 /src/bin
parent940d5b91d3372c46b690027e14af85f41c0cffd8 (diff)
downloadluarocks-08df24ac4f1ac5ef3b5bb59629e65e4b90b2a51d.tar.gz
luarocks-08df24ac4f1ac5ef3b5bb59629e65e4b90b2a51d.tar.bz2
luarocks-08df24ac4f1ac5ef3b5bb59629e65e4b90b2a51d.zip
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
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks2
1 files changed, 1 insertions, 1 deletions
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 @@
1#!/usr/bin/env lua 1#!/usr/bin/lua
2 2
3local command_line = require("luarocks.command_line") 3local command_line = require("luarocks.command_line")
4 4