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
rewrite-2022-03-26
Mike Holloway 2 years ago
parent 60568fe7a8
commit e21989a5c3
  1. 1
      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

Loading…
Cancel
Save