From 446892d11ee712839084e4599a07d8decf6b3b54 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 24 May 2018 16:13:23 -0700 Subject: Consolidating code obj code and expunging all [[..]]-style lua strings. --- lib/file_hash.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/file_hash.nom b/lib/file_hash.nom index 9a707c3..1f263de 100644 --- a/lib/file_hash.nom +++ b/lib/file_hash.nom @@ -3,7 +3,7 @@ use "core" action [file with hash %hash] lua> ".." local Hash = require("openssl.digest") - for filename in io.popen('find -L . -type f -name "*.nom"'):lines() do + for filename in io.popen('find -L . -not -path "*/\\\\.*" -type f -name "*.nom"'):lines() do local file = io.open(filename) local contents = file:read("*a") file:close() -- cgit v1.2.3