From 60568fe7a8680696b620856cee9d55bece35a969 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 18:56:41 -0400 Subject: [PATCH] Changing how mdls_properties is passed to output. --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index 05d8ab5..113c796 100755 --- a/hash-files +++ b/hash-files @@ -40,7 +40,7 @@ mdls_per_file () { fi IFS=$old_IFS done - export mdls_properties + printf '%s' $mdls_properties }