Merging the trunk changes for the 1.2.1 release

This commit is contained in:
carregal
2007-05-08 21:35:10 +00:00
parent 0147f85957
commit 00be93ab51
12 changed files with 141 additions and 46 deletions

View File

@@ -1,10 +1,11 @@
#!/usr/local/bin/lua50
#!/usr/local/bin/lua5.1
local tmp = "/tmp"
local sep = "/"
local upper = ".."
require"lfs"
print (lfs._VERSION)
function attrdir (path)
for file in lfs.dir(path) do