lgen.lua

changeset 35
2f927eae429b
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
--- a/lgen.lua	Sun Sep 06 21:24:39 2020 +0300
+++ b/lgen.lua	Sun Sep 06 22:12:52 2020 +0300
@@ -56,7 +56,7 @@
 scan.map(hierarchy, function(f) handlers.phase2(f, env) end,
                     function(d) 
                         --log.log("Make path "..path.join(dst, d).."\n")
-                        lfs.mkdir(path.join(dst, d))
+                        --lfs.mkdir(path.join(dst, d))
                     end)
 --print('Phase 3...')
 --scan.map(hierarchy, function(f) handlers.phase3(f, env) end)

mercurial