From e21989a5c328beab670fccf893851233fe5f612e Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 18:57:58 -0400 Subject: [PATCH] On branch rewrite-2022-03-26 Your branch is up to date with 'origin/rewrite-2022-03-26'. Changes to be committed: modified: hash-files mdls_properties is accumulating values. Working on resetting per-file --- hash-files | 1 + 1 file changed, 1 insertion(+) diff --git a/hash-files b/hash-files index 113c796..0624d1a 100755 --- a/hash-files +++ b/hash-files @@ -26,6 +26,7 @@ write_log () { mdls_per_file () { file=$1 + unset mdls_properties for line in $(mdls $file); do old_IFS=$IFS unset IFS