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:
parent
60568fe7a8
commit
e21989a5c3
@ -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…
Reference in New Issue
Block a user