diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-04 01:45:55 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-04 01:45:55 +0000 |
commit | 02a6bfa50d4a719d1c368f42fa9ad77734aea02c (patch) | |
tree | d3d0eb32eedc803339d7bd281275a02ce50c7e75 | |
parent | 86567f791926dc213ef94204bd82004d0e4e8538 (diff) | |
download | luarocks-02a6bfa50d4a719d1c368f42fa9ad77734aea02c.tar.gz luarocks-02a6bfa50d4a719d1c368f42fa9ad77734aea02c.tar.bz2 luarocks-02a6bfa50d4a719d1c368f42fa9ad77734aea02c.zip |
doc
git-svn-id: http://luarocks.org/svn/luarocks/trunk@53 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
-rw-r--r-- | src/luarocks.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luarocks.lua b/src/luarocks.lua index 3e2088a4..4059755b 100644 --- a/src/luarocks.lua +++ b/src/luarocks.lua | |||
@@ -1,3 +1,5 @@ | |||
1 | --- Install a custom LuaRocks loader. | ||
2 | -- TODO use new tree format. | ||
1 | 3 | ||
2 | local global_env = _G | 4 | local global_env = _G |
3 | local plain_package_path = package.path | 5 | local plain_package_path = package.path |