From 16a6db49d9c7d304e7ea5dbdbeb68747b8badbcb Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 19:03:12 -0400 Subject: [PATCH] whoops wrong bracket type. --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index 4ae3890..c2a5a0c 100755 --- a/hash-files +++ b/hash-files @@ -85,6 +85,6 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do echo "$file,$hash,$mdls_properties" # write_per_file $file $hash $mdls_properties done -) >> $temp_csv_file +} >> $temp_csv_file cat $temp_csv_file unset IFS