From a89d69e843ba83df928051005d02a932a9981f46 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 19 Nov 2018 17:37:37 -0800 Subject: Autoformatted/auto-upgraded. --- lib/file_hash.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/file_hash.nom') diff --git a/lib/file_hash.nom b/lib/file_hash.nom index 547afb5..bda79d5 100644 --- a/lib/file_hash.nom +++ b/lib/file_hash.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V4.10.12.7 +#!/usr/bin/env nomsu -V4.11.12.8 # This file defines some actions for hashing files and looking up files by hash. @@ -44,7 +44,7 @@ if %use_sha1: return "\%hash" externally (file with hash %hash) means: - for file %filename in ".": + for %filename in (files for "."): %contents = (read file %filename) %file_hash = (hash %contents) if (%file_hash == %hash): -- cgit v1.2.3