diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-24 16:13:23 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-24 16:13:46 -0700 |
| commit | 446892d11ee712839084e4599a07d8decf6b3b54 (patch) | |
| tree | 7cf53ca93b179614ed8d1f390125e7ef50eb0716 /nomsu.moon | |
| parent | 0c07968e0716745f7b510a76e94ccf0910e4c4e7 (diff) | |
Consolidating code obj code and expunging all [[..]]-style lua strings.
Diffstat (limited to 'nomsu.moon')
| -rwxr-xr-x | nomsu.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ all_files = (path)-> -- TODO: improve sanitization path = path\gsub("\\","\\\\")\gsub("`","")\gsub('"','\\"')\gsub("$","") return coroutine.wrap -> - f = io.popen('find -L "'..path..'" -type f -name "*.nom"') + f = io.popen('find -L "'..path..'" -not -path "*/\\.*" -type f -name "*.nom"') for line in f\lines! coroutine.yield(line) success = f\close! |
