From 0ece9167c083de53e0e6af24494c45150f10c359 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 19:25:59 -0400 Subject: [PATCH] modified: hash-files --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index df2c660..840b0e2 100755 --- a/hash-files +++ b/hash-files @@ -41,7 +41,7 @@ mdls_per_file () { fi IFS=$old_IFS done - printf '%s\n' $mdls_properties + IFS=',';echo "${mdls_properties[*]}";IFS=$'\n' }