diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-04-23 18:56:38 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-04-23 18:56:38 +0000 |
commit | 08df24ac4f1ac5ef3b5bb59629e65e4b90b2a51d (patch) | |
tree | 6de5c006b1d2c29fc98ffd7815a6d8ddee7d4917 /src/bin | |
parent | 940d5b91d3372c46b690027e14af85f41c0cffd8 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 2 |
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 | ||
3 | local command_line = require("luarocks.command_line") | 3 | local command_line = require("luarocks.command_line") |
4 | 4 | ||