From fb29201bcdb0e93904751b65afb164fa3842c6ec Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 19:36:31 -0400 Subject: [PATCH] Line 42 - Is this where the redundant mdls properties output comes from? --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index 98cd123..bed2258 100755 --- a/hash-files +++ b/hash-files @@ -39,7 +39,7 @@ mdls_per_file () { fi IFS=$old_IFS done - IFS=',';echo "${mdls_properties[*]}";IFS=$old_IFS +# IFS=',';echo "${mdls_properties[*]}";IFS=$old_IFS }