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
This commit is contained in:
Mike Holloway 2022-03-26 18:57:58 -04:00
parent 60568fe7a8
commit e21989a5c3

View File

@ -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