diff --git a/hash-files b/hash-files index 38e87d3..84e0ca8 100755 --- a/hash-files +++ b/hash-files @@ -42,7 +42,7 @@ mdls_per_file () { IFS=$old_IFS done old_IFS=$IFS - IFS=',';printf '%s' ${mdls_properties[@]};IFS=$old_IFS + IFS=',';echo ${mdls_properties[*]};IFS=$old_IFS }