Even more IFS-array finagling

rewrite-2022-03-26
Mike Holloway 2 years ago
parent f71987d044
commit fb583285e5
  1. 2
      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=',';printf '%s' ${mdls_properties[@]};IFS=$old_IFS
}

Loading…
Cancel
Save